set 2,(hl)

Arithmetic // SET (SET bit)

0xCBD6 - u52182

Description

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