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