3
3-119 M32R-FPU Software Manual (Rev.1.01)

XORXOR

logic operation instruction

Exclusive OR

[Mnemonic]

XOR Rdest,Rsrc

[Function]
Exclusive OR
Rdest = ( unsigned ) Rdest ^ ( unsigned ) Rsrc;
[Description]
XOR computes the logical XOR of the corresponding bits of Rdest and Rsrc, and puts the
result in Rdest.
The condition bit (C) is unchanged.
[EIT occurrence]
None
[Encoding]

dest0000 XOR Rdest,Rsrcsrc1101

INSTRUCTIONS
3.2 Instruction description