Copies second operand(source) to first operand(destination). MOV AX,5 Here, 5 is copied to AX.
MOV AX,5
Memory: [AX], [BX], [BX+SI+5] etc. Immediate: 5, 10, 1001b, 3Fh etc
MOV [BX], DS MOV AX, DS MOV DS, AX