or (hl)

Arithmetic // AND, OR, XOR

0xB6 - u182

Description

Bitwise OR on a with (hl).

T States Bytes
7 1

Condition Bits Affected

S affected as defined
Z affected as defined
H reset
P/V detects parity
N reset
C reset

source
{
  "flags": {
    "S": "affected as defined",
    "Z": "affected as defined",
    "H": "reset",
    "P/V": "detects parity",
    "N": "reset",
    "C": "reset"
  },
  "operation": "or (hl)",
  "opcode": "or",
  "operand": [
    "(hl)"
  ],
  "code": "B6",
  "bytes": 1,
  "time": 7,
  "description": "Bitwise OR on a with (hl).",
  "category": "Arithmetic",
  "subCategory": "AND, OR, XOR"
}