Difference between revisions of "Assembler:Commands:POPF"

From Cheat Engine
Jump to navigation Jump to search
Line 1: Line 1:
 
'''command''' popf
 
'''command''' popf
  
POPs (clears) the FLAGS register (16 bit) from the stack.
+
[[Assembler:Commands:POP|POP]]s (clears) the FLAGS register (16 bit) from the stack.
  
 
Used to restore state after a call to [[Assembler:Commands:PUSHF|PUSHF]].
 
Used to restore state after a call to [[Assembler:Commands:PUSHF|PUSHF]].
 +
 +
Increments the stack pointer and stores the value in the EFLAGS register.
  
 
=== Command Parameters ===
 
=== Command Parameters ===
 
<none>
 
<none>
 
  
 
== Examples ==
 
== Examples ==
 
  popf
 
  popf
 
  
 
== See also ==
 
== See also ==
Line 17: Line 17:
 
* [[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:16, 14 March 2017

command popf

POPs (clears) the FLAGS register (16 bit) from the stack.

Used to restore state after a call to PUSHF.

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

Command Parameters

<none>

Examples

popf

See also

External links