DATA TRANSFER(EXG)
• Used to exchange the contents of two registers,
or a register and a memory location.
• Always 32 bit transfer
• Both contents of destination and source are
swapped to each others content.
• example
EXG <source>,<destination>
EXG D0,D1