set 7,(hl)

Arithmetic // SET (SET bit)

0xCBFE - u52222

Description

Sets 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": "set 7,(hl)",
  "opcode": "set",
  "operand": [
    "7",
    "(hl)"
  ],
  "code": "CBFE",
  "bytes": 2,
  "time": 15,
  "description": "Sets bit 7 of (hl).",
  "category": "Arithmetic",
  "subCategory": "SET (SET bit)"
}