xor a

Arithmetic // AND, OR, XOR

0xAF - u175

Description

Bitwise XOR on a with a.

T States Bytes
4 1

Condition Bits Affected

S affected as defined
Z affected as defined
H reset
P/V detects parity
N reset
C reset

source
{
  "flags": {
    "S": "affected as defined",
    "Z": "affected as defined",
    "H": "reset",
    "P/V": "detects parity",
    "N": "reset",
    "C": "reset"
  },
  "operation": "xor a",
  "opcode": "xor",
  "operand": [
    "a"
  ],
  "code": "AF",
  "bytes": 1,
  "time": 4,
  "description": "Bitwise XOR on a with a.",
  "category": "Arithmetic",
  "subCategory": "AND, OR, XOR"
}