Arithmetic // AND, OR, XOR
0xDDB5 - u56757
Bitwise OR on a with ixl.
| T States | Bytes |
|---|---|
| 8 | 2 |
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 ixl",
"opcode": "or",
"operand": [
"ixl"
],
"code": "DDB5",
"bytes": 2,
"time": 8,
"description": "Bitwise OR on a with ixl.",
"category": "Arithmetic",
"subCategory": "AND, OR, XOR"
}