1. DATA TRANSFER ➢used to transfer data between: • Registers. • Register to memory location. ➢COPY a number directly to register or memory location • MOVE.(B/W/L) <source>, <destination> • MOVE.B #$29,D3 • MOVE.W D3,D6 • MOVE.L (A0)+,D0