Difference between revisions of "Assembler:Commands:POPF"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
− | + | {{AssemblerCommandParametersNone}} | |
− | |||
== Examples == | == Examples == | ||
popf | popf | ||
− | + | {{AssemblerCommandSeeAlso}} | |
− | |||
− | |||
− | |||
== External links == | == External links == |
Revision as of 22:15, 19 March 2017
command popf
POPs (restores) the FLAGS register (16 bit) from the stack.
Used to restore state after a call to PUSHF.
Increments the stack pointer and stores the value in the FLAGS register.
Command Parameters
<none>
Examples
popf