Arithmetic // BIT (test BIT)
0xFDCB**45 - u64971
Tests bit 0 of the memory location pointed to by iy plus *.
| T States | Bytes |
|---|---|
| 20 | 4 |
S unknown
Z affected as defined
H set
P/V unknown
N reset
C unaffected
{
"flags": {
"S": "unknown",
"Z": "affected as defined",
"H": "set",
"P/V": "unknown",
"N": "reset",
"C": "unaffected"
},
"operation": "bit 0,(iy+*)",
"opcode": "bit",
"operand": [
"0",
"(iy+*)"
],
"code": "FDCB**45",
"bytes": 4,
"time": 20,
"description": "Tests bit 0 of the memory location pointed to by iy plus *.",
"category": "Arithmetic",
"subCategory": "BIT (test BIT)"
}