Arithmetic // AND, OR, XOR
0xB6
- u182
Bitwise OR on a with (hl).
T States | Bytes |
---|---|
7 | 1 |
S affected as defined
Z affected as defined
H reset
P/V detects parity
N reset
C reset
{ "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" }