Rev. 1.50, 10/04, page 340 of 448
Example:
XOR R0,R1 ;Before execution R0 = H'AAAAAAAA, R1 = H'55555555
;After execution R1 = H'FFFFFFFF
XOR #H'F0,R0 ;Before execution R0 = H'FFFFFFFF
;After execution R0 = H'FFFFFF0F
XOR.B #H'A5,@(R0,GBR) ;Before execution (R0,GBR) = H'A5
;After execution (R0,GBR) = H'00
Possible Exceptions: Exceptions may occur when XOR.B instruction is executed.
• Data TLB multiple-hit exception
• Data TLB miss exception
• Data TLB protection violation exception
• Initial page write exception
• Data address error
Exceptions are checked taking a data access by this instruction as a byte load and a byte store.