Difference between revisions of "Assembler:Commands:PUSHF"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''command''' popf POPs (clears) the FLAGS register (16 bit) from the stack. === Command Parameters === <none> == Examples == popf == See also == * Assembler * […')
 
Line 1: Line 1:
'''command''' popf
+
'''command''' pushf
  
POPs (clears) the FLAGS register (16 bit) from the stack.
+
PUSHes (saves) the FLAGS register (16 bit) onto the stack.
  
 
=== Command Parameters ===
 
=== Command Parameters ===
Line 8: Line 8:
  
 
== Examples ==
 
== Examples ==
  popf
+
  pushf
  
  

Revision as of 08:13, 13 March 2017

command pushf

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

Command Parameters

<none>


Examples

pushf


See also

External links