Difference between revisions of "Assembler:Commands:PUSHAD"

From Cheat Engine
Jump to navigation Jump to search
Line 15: Line 15:
  
  
=== Command Parameters ===
+
{{AssemblerCommandParametersNone}}
<none>
 
  
 
== Examples ==
 
== Examples ==
 
  pushad
 
  pushad
  
== See also ==
+
{{AssemblerCommandSeeAlso}}
* [[Assembler]]
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[Assembler:Commands|Assembler Commands]]
 
  
 
== External links ==
 
== External links ==

Revision as of 22:19, 19 March 2017

command pushad

This instruction PUSHes all the general purpose registers onto the stack in the following order: EAX, ECX, EDX, EBX, ESP, EBP, ESI, EDI. The value of ESP pushed is the value before the instruction is executed. It is useful for saving state before an operation that could potential change these registers.

Note: Not available in 64 bit mode.


x86.renejeschke.de/html/file_module_x86_id_270.html


Command Parameters

<none>

Examples

pushad

See also

External links