Difference between revisions of "Assembler:Commands:POPA"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
− | |||
− | |||
− | |||
Line 22: | Line 19: | ||
{{AssemblerCommandSeeAlso}} | {{AssemblerCommandSeeAlso}} | ||
− | + | {{Template:AssemblerCommandExternalLinks}} | |
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 15:28, 3 January 2018
command popa
POPs all the general purpose registers off the stack in the reverse order of PUSHA. That is DI, SI, BP, SP, BX, DX, CX, AX.
Used to restore state after a call to PUSHA.
Note: Not available in 64 bit mode.
Command Parameters[edit]
<none>
Examples[edit]
popa