Tuesday, July 11, 2023

Order of mov (assembler)

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.


No comments:

Post a Comment

Task in UnrealEngine

 https://www.youtube.com/watch?v=1lBadANnJaw