Difference between revisions of "Assembler:Commands:POPA"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
Note: Not available in 64 bit mode. | Note: Not available in 64 bit mode. | ||
+ | |||
+ | |||
+ | <div style="padding:2px;border:1px dashed #2f6fab;background-color:#f4f4f4;"> | ||
+ | [http://x86.renejeschke.de/html/file_module_x86_id_249.html x86.renejeschke.de/html/file_module_x86_id_249.html] | ||
+ | </div> | ||
+ | |||
=== Command Parameters === | === Command Parameters === | ||
Line 18: | Line 24: | ||
* [[Cheat_Engine:Auto Assembler|Auto Assembler]] | * [[Cheat_Engine:Auto Assembler|Auto Assembler]] | ||
* [[Assembler:Commands|Assembler Commands]] | * [[Assembler:Commands|Assembler Commands]] | ||
− | |||
− | |||
== External links == | == External links == |
Revision as of 07:38, 14 March 2017
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
<none>
Examples
popa