Difference between revisions of "Assembler:Commands:POPFQ"

From Cheat Engine
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Assembler]]
 
'''command''' popfq
 
'''command''' popfq
  
Line 7: Line 8:
 
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.
  
=== Command Parameters ===
+
[http://c9x.me/x86/html/file_module_x86_id_250.html c9x.me/x86/html/file_module_x86_id_250.html]
&lt;none&gt;
+
</div>
 +
 
 +
 
 +
{{AssemblerCommandParametersNone}}
  
 
== Examples ==
 
== Examples ==
 
  popfq
 
  popfq
  
== See also ==
+
{{AssemblerCommandSeeAlso}}
* [[Assembler]]
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[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 ==
+
{{Template:AssemblerCommandExternalLinks}}
* [https://wikipedia.org/wiki/X86_instruction_listings wikipedia.org/wiki/X86_instruction_listings]
 
* [https://wikibooks.org/wiki/X86_Assembly/Other_Instructions wikibooks.org/wiki/X86_Assembly/Other_Instructions]
 
* [http://www.asmpedia.org/index.php?title=Main_Page asmpedia.org]
 

Latest revision as of 16:02, 3 January 2018

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.

c9x.me/x86/html/file_module_x86_id_250.html


Command Parameters[edit]

<none>

Examples[edit]

popfq

See also[edit]

External links[edit]