Difference between revisions of "Assembler:Commands:POPA"

From Cheat Engine
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Assembler]]
 
'''command''' popa
 
'''command''' popa
  
Line 8: Line 9:
 
Note: Not available in 64 bit mode.
 
Note: Not available in 64 bit mode.
  
=== Command Parameters ===
+
 
<none>
+
 
 +
 
 +
{{AssemblerCommandParametersNone}}
  
 
== Examples ==
 
== Examples ==
 
  popa
 
  popa
  
== See also ==
+
{{AssemblerCommandSeeAlso}}
* [[Assembler]]
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[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 ==
+
{{Template:AssemblerCommandExternalLinks}}
* [https://wikipedia.org/wiki/X86_instruction_listings wikipedia.org/wiki/X86_instruction_listings]
 
* [https://wikibooks.org/wiki/X86_Assembly/Other_Instructions wikibooks.org/wiki/X86_Assembly/Other_Instructions]
 
* [http://www.asmpedia.org/index.php?title=Main_Page asmpedia.org]
 

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

See also[edit]

External links[edit]