Difference between revisions of "Assembler:Commands:POPAD"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
− | + | {{AssemblerCommandParametersNone}} | |
− | |||
== Examples == | == Examples == | ||
popad | popad | ||
− | + | {{AssemblerCommandSeeAlso}} | |
− | |||
− | |||
− | |||
== External links == | == External links == |
Revision as of 22:14, 19 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