res 7,(hl)

Arithmetic // RES (RESet bit)

0xCBBE - u52158

Description

Resets bit 7 of (hl).

T States Bytes
15 2

Condition Bits Affected

None.

source
{
  "flags": {
    "S": "unaffected",
    "Z": "unaffected",
    "H": "unaffected",
    "P/V": "unaffected",
    "N": "unaffected",
    "C": "unaffected"
  },
  "unaffected": true,
  "operation": "res 7,(hl)",
  "opcode": "res",
  "operand": [
    "7",
    "(hl)"
  ],
  "code": "CBBE",
  "bytes": 2,
  "time": 15,
  "description": "Resets bit 7 of (hl).",
  "category": "Arithmetic",
  "subCategory": "RES (RESet bit)"
}