res 1,(ix+*),b

Arithmetic // RES (RESet bit)

0xDDCB**88 - u56779

Description

Resets bit 1 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 1,(ix+*),b",
  "opcode": "res",
  "operand": [
    "1",
    "(ix+*)",
    "b"
  ],
  "code": "DDCB**88",
  "bytes": 4,
  "time": 23,
  "description": "Resets bit 1 of the memory location pointed to by ix plus *.",
  "category": "Arithmetic",
  "subCategory": "RES (RESet bit)"
}