Arithmetic // AND, OR, XOR
0xEE
- u238
Bitwise XOR on a with *.
T States | Bytes |
---|---|
7 | 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": "xor *", "opcode": "xor", "operand": [ "*" ], "code": "EE", "bytes": 2, "time": 7, "description": "Bitwise XOR on a with *.", "category": "Arithmetic", "subCategory": "AND, OR, XOR" }