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

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -