Difference between revisions of "Assembler:Commands:PUSHFD"
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
* [http://x86.renejeschke.de/ x86.renejeschke.de] | * [http://x86.renejeschke.de/ x86.renejeschke.de] | ||
* [http://www.asmpedia.org/index.php?title=Main_Page asmpedia.org] | * [http://www.asmpedia.org/index.php?title=Main_Page asmpedia.org] | ||
+ | * [http://ref.x86asm.net/ ref.x86asm.net] |
Revision as of 04:37, 15 March 2017
command pushfd
PUSHes (saves) the EFLAGS register (32 bit) onto the stack.
Note: Not available in 64 bit mode.
Decrements the stack pointer and pushes EFLAGS register onto the stack.
Command Parameters
<none>
Examples
pushfd