Difference between revisions of "Assembler:Commands:PUSHF"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
[[Assembler:Commands:PUSH|PUSH]]es (saves) the FLAGS register (16 bit) onto the stack. | [[Assembler:Commands:PUSH|PUSH]]es (saves) the FLAGS register (16 bit) onto the stack. | ||
+ | |||
+ | <div style="padding:2px;border:1px dashed #2f6fab;background-color:#f4f4f4;"> | ||
Decrements the stack pointer and pushes EFLAGS register onto the stack. | Decrements the stack pointer and pushes EFLAGS 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 === | ||
Line 11: | Line 17: | ||
== Examples == | == Examples == | ||
pushf | pushf | ||
− | |||
== See also == | == See also == | ||
Line 17: | Line 22: | ||
* [[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:23, 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