Difference between revisions of "Assembler:Commands:POPF"
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 2: | Line 2: | ||
POPs (clears) the FLAGS register (16 bit) from the stack. | POPs (clears) the FLAGS register (16 bit) from the stack. | ||
+ | |||
+ | Used to restore state after a call to [[Assembler:Commands:PUSHF|PUSHF]]. | ||
=== Command Parameters === | === Command Parameters === | ||
Line 18: | Line 20: | ||
== External links == | == External links == | ||
* [https://wikipedia.org/wiki/X86_instruction_listings wikipedia.org/wiki/X86_instruction_listings] | * [https://wikipedia.org/wiki/X86_instruction_listings wikipedia.org/wiki/X86_instruction_listings] | ||
+ | * [https://wikibooks.org/wiki/X86_Assembly/Other_Instructions wikibooks.org/wiki/X86_Assembly/Other_Instructions] | ||
* [http://www.asmpedia.org/index.php?title=Main_Page asmpedia.org] | * [http://www.asmpedia.org/index.php?title=Main_Page asmpedia.org] |
Revision as of 10:20, 13 March 2017
command popf
POPs (clears) the FLAGS register (16 bit) from the stack.
Used to restore state after a call to PUSHF.
Command Parameters
<none>
Examples
popf