Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,
I want to ask:
what is mov in binary code?
I'm learning Assembly Language.




Thx.







*Removed Mail*
Posted
Updated 15-Nov-10 19:30pm
v2

The "mov" command lets you put a value from one location to another one. It does not really "move" the value, it just copies it to another place.

See here for more information:

http://en.wikipedia.org/wiki/MOV_%28x86_instruction%29[^]
 
Share this answer
 
I fould a site where you can learn machine code: http://www.c-jump.com/CIS77/CPU/x86/lecture.html[^]

There's another site where you can find all instruction's opcode: http://ref.x86asm.net/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900