Arithmetic // AND, OR, XOR
0xAE
- u174
Bitwise XOR 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": "xor (hl)", "opcode": "xor", "operand": [ "(hl)" ], "code": "AE", "bytes": 1, "time": 7, "description": "Bitwise XOR on a with (hl).", "category": "Arithmetic", "subCategory": "AND, OR, XOR" }