XOR A,[m] Logical XOR Data Memory to ACC
Description Data in the Accumulator and the specified Data Memory perform a bitwise logical XOR op
-
eration. The result is stored in the Accumulator.
Operation
ACC ¬ ACC ²XOR² [m]
Affected flag(s) Z
XORM A,[m] Logical XOR ACC to Data Memory
Description Data in the specified Data Memory and the Accumulator perform a bitwise logical XOR op
-
eration. The result is stored in the Data Memory.
Operation
[m] ¬ ACC ²XOR² [m]
Affected flag(s) Z
XOR A,x Logical XOR immediate data to ACC
Description Data in the Accumulator and the specified immediate data perform a bitwise logical XOR
operation. The result is stored in the Accumulator.
Operation
ACC ¬ ACC ²XOR² x
Affected flag(s) Z
64
Cost-Effective I/O Type MCU