mov rN, rM
The entire register rM will by copied into the register rN
Examples:
mov r0, r4 // Copies r4 into r0 mov r1, r9 // Copies r9 into r1