Difference between revisions of "Assembler:Commands:POPF"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
'''command''' popf | '''command''' popf | ||
− | [[Assembler:Commands:POP|POP]]s ( | + | [[Assembler:Commands:POP|POP]]s (restores) 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]]. | ||
+ | |||
+ | <div style="padding:2px;border:1px dashed #2f6fab;background-color:#f4f4f4;"> | ||
Increments the stack pointer and stores the value in the FLAGS register. | Increments the stack pointer and stores the value in the FLAGS register. | ||
+ | |||
+ | [http://x86.renejeschke.de/html/file_module_x86_id_250.html x86.renejeschke.de/html/file_module_x86_id_250.html] | ||
+ | </div> | ||
+ | |||
=== Command Parameters === | === Command Parameters === | ||
Line 17: | Line 23: | ||
* [[Cheat_Engine:Auto Assembler|Auto Assembler]] | * [[Cheat_Engine:Auto Assembler|Auto Assembler]] | ||
* [[Assembler:Commands|Assembler Commands]] | * [[Assembler:Commands|Assembler Commands]] | ||
− | |||
− | |||
== External links == | == External links == |
Revision as of 07:25, 14 March 2017
command popf
POPs (restores) 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 FLAGS register.
Command Parameters
<none>
Examples
popf