mov ax, 3
which mean move a number 3 into ax register. This is an intel assembler order.
Other assembler use opposite order for instance
mov 3, ax
which is exactly same meanning like shown above.
https://www.youtube.com/watch?v=1lBadANnJaw
No comments:
Post a Comment