Data Movement

These instructions move data from one place to another.

EXG The contents of two registers will be exchanged.
LEA Calculates a memory location and stores it into an address register.
LINK Allocates a stack frame.
MOVE Copies the contents in one register/memory location into another register/memory location.
MOVEA Same as MOVE except that the destination is an address-register.
MOVEM transfers many registers to or from the memory.
MOVEP transfers data to or from an 8 bit peripheral unit.
MOVEQ puts a constant in a data register.
PEA calculates a memory address and stores it on the stack.
SWAP Swaps the low and high words in a data register.
UNLK removes a stack frame