Difference between revisions of "Assembler:Commands:POPAD"

From Cheat Engine
Jump to navigation Jump to search
m (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category:Assembler]]
 
'''command''' popad
 
'''command''' popad
  
Line 9: Line 10:
  
  
<div style="padding:2px;border:1px dashed #2f6fab;background-color:#f4f4f4;">
+
{{AssemblerCommandParametersNone}}
[http://x86.renejeschke.de/html/file_module_x86_id_249.html x86.renejeschke.de/html/file_module_x86_id_249.html]
 
</div>
 
 
 
 
 
=== Command Parameters ===
 
&lt;none&gt;
 
  
 
== Examples ==
 
== Examples ==
 
  popad
 
  popad
  
== See also ==
+
{{AssemblerCommandSeeAlso}}
* [[Assembler]]
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[Assembler:Commands|Assembler Commands]]
 
  
== 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://x86.renejeschke.de/ x86.renejeschke.de]
 
* [http://www.asmpedia.org/index.php?title=Main_Page asmpedia.org]
 
* [http://ref.x86asm.net/ ref.x86asm.net]
 

Latest revision as of 19:08, 18 March 2019

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[edit]

<none>

Examples[edit]

popad

See also[edit]

External links[edit]