Description

Performs the logical EOR between the contents of register Rd and register Rr and places the result in the destination register Rd.

Operation:

(i)

Rd ← Rd ⊕ Rr

Syntax:

Operands:

Program Counter:

(i)

EOR Rd,Rr

0 ≤ d ≤ 31, 0 ≤ r ≤ 3

PC ← PC + 1

16-bit Opcode:

0010 01rd dddd rrrr