xor iyh

Arithmetic // AND, OR, XOR

0xFDAC - u64940

Description

Bitwise XOR on a with iyh.

T States Bytes
8 2

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 iyh",
  "opcode": "xor",
  "operand": [
    "iyh"
  ],
  "code": "FDAC",
  "bytes": 2,
  "time": 8,
  "description": "Bitwise XOR on a with iyh.",
  "category": "Arithmetic",
  "subCategory": "AND, OR, XOR"
}