res 2,(ix+*),d

Arithmetic // RES (RESet bit)

0xDDCB**92 - u56779

Description

Resets bit 2 of the memory location pointed to by ix plus *.

T States Bytes
23 4

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "res 2,(ix+*),d",
  "opcode": "res",
  "operand": [
    "2",
    "(ix+*)",
    "d"
  ],
  "code": "DDCB**92",
  "bytes": 4,
  "time": 23,
  "description": "Resets bit 2 of the memory location pointed to by ix plus *.",
  "category": "Arithmetic",
  "subCategory": "RES (RESet bit)"
}