This page describes the following instruction:
- Group: ALU
- Mnemonic: EOR
- Opcode: 26d, 1Ah
- Encoding: 0001_1010b (ALU_OPERATION)
- Pseudo-code: r=r^o; pc++
This instructions computes the bitwise exclusive OR (XOR) of R and O and stores the result in R.
This instructions computes the bitwise exclusive OR (XOR) of R and O and stores the result in R.