Arithmetic // BIT (test BIT)
0xCB4E - u52046
Tests bit 1 of (hl).
| T States | Bytes | 
|---|---|
| 12 | 2 | 
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 1,(hl)",
  "opcode": "bit",
  "operand": [
    "1",
    "(hl)"
  ],
  "code": "CB4E",
  "bytes": 2,
  "time": 12,
  "description": "Tests bit 1 of (hl).",
  "category": "Arithmetic",
  "subCategory": "BIT (test BIT)"
}