bit 1,(hl)

Arithmetic // BIT (test BIT)

0xCB4E - u52046

Description

Tests bit 1 of (hl).

T States Bytes
12 2

Condition Bits Affected

S unknown
Z affected as defined
H set
P/V unknown
N reset
C unaffected

source
{
  "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)"
}