Arithmetic // AND, OR, XOR
0xB1
- u177
Bitwise OR on a with c.
T States | Bytes |
---|---|
4 | 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 c", "opcode": "or", "operand": [ "c" ], "code": "B1", "bytes": 1, "time": 4, "description": "Bitwise OR on a with c.", "category": "Arithmetic", "subCategory": "AND, OR, XOR" }