Difference between revisions of "Assembler:Commands:POPAD"
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
* [http://x86.renejeschke.de/ x86.renejeschke.de] | * [http://x86.renejeschke.de/ x86.renejeschke.de] | ||
* [http://www.asmpedia.org/index.php?title=Main_Page asmpedia.org] | * [http://www.asmpedia.org/index.php?title=Main_Page asmpedia.org] | ||
+ | * [http://ref.x86asm.net/ ref.x86asm.net] |
Revision as of 04:34, 15 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