bit 4,(ix+*)

Arithmetic // BIT (test BIT)

0xDDCB**63 - u56779

Description

Tests bit 4 of the memory location pointed to by ix plus *.

T States Bytes
20 4

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