Arithmetic // AND, OR, XOR
0xB7 - u183
Bitwise OR on a with a.
| 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 a",
"opcode": "or",
"operand": [
"a"
],
"code": "B7",
"bytes": 1,
"time": 4,
"description": "Bitwise OR on a with a.",
"category": "Arithmetic",
"subCategory": "AND, OR, XOR"
}