Difference between revisions of "Assembler:Commands:POPA"

From Cheat Engine
Jump to navigation Jump to search
Line 15: Line 15:
  
  
=== Command Parameters ===
+
{{AssemblerCommandParametersNone}}
<none>
 
  
 
== Examples ==
 
== Examples ==
 
  popa
 
  popa
  
== See also ==
+
{{AssemblerCommandSeeAlso}}
* [[Assembler]]
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[Assembler:Commands|Assembler Commands]]
 
  
 
== External links ==
 
== External links ==

Revision as of 22:14, 19 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.


x86.renejeschke.de/html/file_module_x86_id_249.html


Command Parameters

<none>

Examples

popa

See also

External links