Difference between revisions of "Assembler:Commands:PUSHF"

From Cheat Engine
Jump to navigation Jump to search
Line 1: Line 1:
 
'''command''' pushf
 
'''command''' pushf
  
PUSHes (saves) the FLAGS register (16 bit) onto the stack.
+
[[Assembler:Commands:PUSH|PUSH]]es (saves) the FLAGS register (16 bit) onto the stack.
  
 
Decrements the stack pointer and pushes EFLAGS register onto the stack.
 
Decrements the stack pointer and pushes EFLAGS register onto the stack.

Revision as of 05:03, 14 March 2017

command pushf

PUSHes (saves) the FLAGS register (16 bit) onto the stack.

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

Command Parameters

<none>


Examples

pushf


See also

External links