Difference between revisions of "Assembler:Commands:POPF"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
<div style="padding:2px;border:1px dashed #2f6fab;background-color:#f4f4f4;"> | <div style="padding:2px;border:1px dashed #2f6fab;background-color:#f4f4f4;"> | ||
Increments the stack pointer and stores the value in the FLAGS register. | Increments the stack pointer and stores the value in the FLAGS register. | ||
− | |||
− | |||
</div> | </div> | ||
Line 21: | Line 19: | ||
{{AssemblerCommandSeeAlso}} | {{AssemblerCommandSeeAlso}} | ||
− | + | {{Template:AssemblerCommandExternalLinks}} | |
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 15:30, 3 January 2018
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