IA32 memory and registers -


i want know difference between moving register memory

mov %eax, (%esp) 

and moving memory register.

mov (%eax), %dx 

i have visual example if @ possible, because visual learner.


Comments

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -