Difference between revisions of "Assembler:Commands:PUSHF"
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''' | + | '''command''' pushf |
− | + | PUSHes (saves) the FLAGS register (16 bit) onto the stack. | |
=== Command Parameters === | === Command Parameters === | ||
Line 8: | Line 8: | ||
== Examples == | == Examples == | ||
− | + | 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