
XOR A,[m] Logical XOR accumulator with data memory
Description Data in the accumulator and the indicated data memory perform a bitwise logical Exclu
-
sive_OR operation and the result is stored in the accumulator.
Operation
ACC ¬ ACC ²XOR² [m]
Affected flag(s)
TC2 TC1 TO PD OV Z AC C
¾¾¾¾¾Ö¾¾
XORM A,[m] Logical XOR data memory with the accumulator
Description Data in the indicated data memory and the accumulator perform a bitwise logical Exclu
-
sive_OR operation. The result is stored in the data memory. The 0 flag is affected.
Operation
[m] ¬ ACC ²XOR² [m]
Affected flag(s)
TC2 TC1 TO PD OV Z AC C
¾¾¾¾¾Ö¾¾
XOR A,x Logical XOR immediate data to the accumulator
Description Data in the accumulator and the specified data perform a bitwise logical Exclusive_OR op
-
eration. The result is stored in the accumulator. The 0 flag is affected.
Operation
ACC ¬ ACC ²XOR² x
Affected flag(s)
TC2 TC1 TO PD OV Z AC C
¾¾¾¾¾Ö¾¾
HT49R70A-1
Rev. 1.00 40 December 4, 2001
Komentarze do niniejszej Instrukcji