MOV Instruction
Syntax: MOV destination,source
Copy the contents of the source into destination.Destionation & source size should match.Because,data registers can be accessed in byte, word or double-word sizes(If you don’t remember this data registers, you can access to our first topic from here).