Difference between revisions of "Assembler:Commands:PUSHFD"

From Cheat Engine
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
 
Decrements the stack pointer and pushes EFLAGS register onto the stack.
 
Decrements the stack pointer and pushes EFLAGS register onto the stack.
  
[http://x86.renejeschke.de/html/file_module_x86_id_271.html x86.renejeschke.de/html/file_module_x86_id_271.html]
+
[http://c9x.me/x86/html/file_module_x86_id_271.html c9x.me/x86/html/file_module_x86_id_271.html]
 
</div>
 
</div>
  
Line 21: Line 21:
 
{{AssemblerCommandSeeAlso}}
 
{{AssemblerCommandSeeAlso}}
  
== External links ==
+
{{Template:AssemblerCommandExternalLinks}}
* [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://x86.renejeschke.de/ x86.renejeschke.de]
 
* [http://www.asmpedia.org/index.php?title=Main_Page asmpedia.org]
 
* [http://ref.x86asm.net/ ref.x86asm.net]
 

Latest revision as of 16:04, 3 January 2018

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.

c9x.me/x86/html/file_module_x86_id_271.html


Command Parameters[edit]

<none>

Examples[edit]

pushfd

See also[edit]

External links[edit]