Difference between revisions of "Assembler:Commands:POPAD"

From Cheat Engine
Jump to navigation Jump to search
Line 8: Line 8:
  
 
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>
 
  
  

Revision as of 15:28, 3 January 2018

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

See also

External links