Figure 1. xorl
Description
The contents of register rAL are XORed with the contents of register rBL; the result is placed into register rDL.
Pseudocode
(rDL) ← (rAL) ⊕ (rBL)
Registers Altered
- rDL
Latency
- 1 cycle