Arithmetic // AND, OR, XOR
0xDDAE - u56750
Bitwise XOR on a with the value pointed to by ix plus *.
| T States | Bytes |
|---|---|
| 19 | 3 |
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": "xor (ix+*)",
"opcode": "xor",
"operand": [
"(ix+*)"
],
"code": "DDAE",
"bytes": 3,
"time": 19,
"description": "Bitwise XOR on a with the value pointed to by ix plus *.",
"category": "Arithmetic",
"subCategory": "AND, OR, XOR"
}