bit 5,d

Arithmetic // BIT (test BIT)

0xCB6A - u52074

Description

Tests bit 5 of d.

T States Bytes
8 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 5,d",
  "opcode": "bit",
  "operand": [
    "5",
    "d"
  ],
  "code": "CB6A",
  "bytes": 2,
  "time": 8,
  "description": "Tests bit 5 of d.",
  "category": "Arithmetic",
  "subCategory": "BIT (test BIT)"
}