Difference between revisions of "Assembler:Commands:POPFD"

From Cheat Engine
Jump to navigation Jump to search
Line 1: Line 1:
 
'''command''' popfd
 
'''command''' popfd
  
POPs (clears) the EFLAGS register (32 bit) from the stack.
+
[[Assembler:Commands:POP|POP]]s (clears) the EFLAGS register (32 bit) from the stack.
  
 
Used to restore state after a call to [[Assembler:Commands:PUSHFD|PUSHFD]].
 
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.
 +
 +
Increments the stack pointer and stores the value in the EFLAGS register.
  
 
=== Command Parameters ===
 
=== Command Parameters ===
 
<none>
 
<none>
 
  
 
== Examples ==
 
== Examples ==
 
  popfd
 
  popfd
 
  
 
== See also ==
 
== See also ==
Line 19: Line 19:
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[Assembler:Commands|Assembler Commands]]
 
* [[Assembler:Commands|Assembler Commands]]
 +
 +
* [http://x86.renejeschke.de/html/file_module_x86_id_250.html x86.renejeschke.de/html/file_module_x86_id_250.html]
  
 
== External links ==
 
== External links ==

Revision as of 05:21, 14 March 2017

command popfd

POPs (clears) 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.

Command Parameters

<none>

Examples

popfd

See also

External links