Bitwise XOR (exclusive OR) : Set $t1 to bitwise XOR of $t2 and $t3
xor
Operands
$reg, [$reg/int16u], [$reg/int16u]Variants
- Bitwise XOR (exclusive OR) : Set $t1 to bitwise XOR of $t2 and $t3 xor $t1,$t2,$t3
- XOR : set $t1 to ($t2 bitwise-exclusive-OR 16-bit unsigned immediate) xor $t1,$t2,100
- XOR : set $t1 to ($t1 bitwise-exclusive-OR 16-bit unsigned immediate) xor $t1,100
Loading...