Figure 1. xor
Description
The contents of register rA are XORed with the contents of register rB; the result is placed into register rD.
Pseudocode
(rD) ← (rA) ⊕ (rB)
Registers Altered
- rD
Latency
- 1 cycle