Difference between revisions of "Assembler:Commands:PUSHFQ"

From Cheat Engine
Jump to navigation Jump to search
Line 5: Line 5:
 
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;">
 
Decrements the stack pointer and pushes RFLAGS register onto the stack.
 
Decrements the stack pointer and pushes RFLAGS register onto the stack.
 +
 +
[http://x86.renejeschke.de/html/file_module_x86_id_271.html x86.renejeschke.de/html/file_module_x86_id_271.html]
 +
</div>
 +
  
 
=== Command Parameters ===
 
=== Command Parameters ===
 
&lt;none&gt;
 
&lt;none&gt;
 
  
 
== Examples ==
 
== Examples ==
 
  pushfq
 
  pushfq
 
  
 
== See also ==
 
== See also ==
Line 19: Line 23:
 
* [[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_271.html x86.renejeschke.de/html/file_module_x86_id_271.html]
 
  
 
== External links ==
 
== External links ==

Revision as of 07:28, 14 March 2017

command pushfq

PUSHes (saves) the RFLAGS register (64 bit) onto the stack.

Note: Only available in 64 bit mode.


Decrements the stack pointer and pushes RFLAGS register onto the stack.

x86.renejeschke.de/html/file_module_x86_id_271.html


Command Parameters

<none>

Examples

pushfq

See also

External links