Arithmetic // BIT (test BIT)
0xDDCB**56 - u56779
Tests bit 2 of the memory location pointed to by ix 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 2,(ix+*)",
"opcode": "bit",
"operand": [
"2",
"(ix+*)"
],
"code": "DDCB**56",
"bytes": 4,
"time": 20,
"description": "Tests bit 2 of the memory location pointed to by ix plus *.",
"category": "Arithmetic",
"subCategory": "BIT (test BIT)"
}