Difference between revisions of "Assembler:Commands:POPAD"

From Cheat Engine
Jump to navigation Jump to search
Line 1: Line 1:
[[Category:Assembler]]
+
<span style="font-size:25px;color:red">Sorry! Content not available.</span>
'''command''' popad
 
 
 
[[Assembler:Commands:POP|POP]]s all the general purpose registers off the stack in the reverse order of [[Assembler:Commands:PUSHAD|PUSHAD]].
 
That is '''EDI''', '''ESI''', '''EBP''', '''ESP''', '''EBX''', '''EDX''', '''ECX''', '''EAX'''.
 
 
 
Used to restore state after a call to [[Assembler:Commands:PUSHAD|PUSHAD]].
 
 
 
Note: Not available in 64 bit mode.
 
 
 
 
 
{{AssemblerCommandParametersNone}}
 
 
 
== Examples ==
 
popad
 
 
 
{{AssemblerCommandSeeAlso}}
 
 
 
{{Template:AssemblerCommandExternalLinks}}
 

Revision as of 16:13, 16 March 2019

Sorry! Content not available.