Performs a bitwise XOR operation between the contents of
Rs0 and Rs1, and puts the result to Rd3. Instruction is
performed according to BS (bank select). Instruction is
stack conditioned.
Takes 4 cycles to execute.
Example: IXOR 0xA3 1 0xA0 0xA1
DISP AGU
-------------
00000000 -
00000005 DA
No exceptions.
IXOR 0x20 2 0x22 0x21 !! Perform bitwise XOR
!! between the contents
!! of high banks of
!! registers 0x21 and
!! 0x22, then put the
!! result to register 0x20