Difference between revisions of "Assembler:Commands:POPAD"
Jump to navigation
Jump to search
(Created page with ''''command''' popad POPs all the general purpose registers off the stack in the reverse order of PUSHAD. That is '''EDI…') |
|||
Line 10: | Line 10: | ||
=== Command Parameters === | === Command Parameters === | ||
<none> | <none> | ||
− | |||
== Examples == | == Examples == | ||
popad | popad | ||
− | |||
== See also == | == See also == | ||
Line 20: | Line 18: | ||
* [[Cheat_Engine:Auto Assembler|Auto Assembler]] | * [[Cheat_Engine:Auto Assembler|Auto Assembler]] | ||
* [[Assembler:Commands|Assembler Commands]] | * [[Assembler:Commands|Assembler Commands]] | ||
+ | |||
+ | * [http://x86.renejeschke.de/html/file_module_x86_id_249.html x86.renejeschke.de/html/file_module_x86_id_249.html] | ||
== External links == | == External links == |
Revision as of 05:38, 14 March 2017
command popad
POPs all the general purpose registers off the stack in the reverse order of PUSHAD. That is EDI, ESI, EBP, ESP, EBX, EDX, ECX, EAX.
Used to restore state after a call to PUSHAD.
Note: Not available in 64 bit mode.
Command Parameters
<none>
Examples
popad