Difference between revisions of "Assembler:Commands:POPFD"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''command''' popfd POPs (clears) the EFLAGS register (32 bit) from the stack. Note: Not available in 64 bit mode. === Command Parameters === <none> == Examples == po…')
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Assembler]]
 
'''command''' popfd
 
'''command''' popfd
  
POPs (clears) the EFLAGS register (32 bit) from the stack.
+
[[Assembler:Commands:POP|POP]]s (restores) the EFLAGS register (32 bit) from the stack.
 +
 
 +
Used to restore state after a call to [[Assembler:Commands:PUSHFD|PUSHFD]].
  
 
Note: Not available in 64 bit mode.
 
Note: Not available in 64 bit mode.
  
=== Command Parameters ===
 
&lt;none&gt;
 
  
 +
<div style="padding:2px;border:1px dashed #2f6fab;background-color:#f4f4f4;">
 +
Increments the stack pointer and stores the value in the EFLAGS register.
 +
 +
[http://c9x.me/x86/html/file_module_x86_id_250.html c9x.me/x86/html/file_module_x86_id_250.html]
 +
</div>
 +
 +
 +
{{AssemblerCommandParametersNone}}
  
 
== Examples ==
 
== Examples ==
 
  popfd
 
  popfd
  
 +
{{AssemblerCommandSeeAlso}}
  
== See also ==
+
{{Template:AssemblerCommandExternalLinks}}
* [[Assembler]]
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[Assembler:Commands|Assembler Commands]]
 
 
 
== External links ==
 
* [https://wikipedia.org/wiki/X86_instruction_listings wikipedia.org/wiki/X86_instruction_listings]
 
* [http://www.asmpedia.org/index.php?title=Main_Page asmpedia.org]
 

Latest revision as of 16:01, 3 January 2018

command popfd

POPs (restores) the EFLAGS register (32 bit) from the stack.

Used to restore state after a call to PUSHFD.

Note: Not available in 64 bit mode.


Increments the stack pointer and stores the value in the EFLAGS register.

c9x.me/x86/html/file_module_x86_id_250.html


Command Parameters[edit]

<none>

Examples[edit]

popfd

See also[edit]

External links[edit]