Difference between revisions of "Assembler:Commands:POPFQ"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
Note: Only available in 64 bit mode. | Note: Only available in 64 bit mode. | ||
+ | |||
+ | <div style="padding:2px;border:1px dashed #2f6fab;background-color:#f4f4f4;"> | ||
Increments the stack pointer and stores the value in the RFLAGS register. | Increments the stack pointer and stores the value in the RFLAGS 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 19: | Line 25: | ||
* [[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:29, 14 March 2017
command popfq
POPs (clears) the RFLAGS register (64 bit) from the stack.
Used to restore state after a call to PUSHFQ.
Note: Only available in 64 bit mode.
Increments the stack pointer and stores the value in the RFLAGS register.
Command Parameters
<none>
Examples
popfq