Difference between revisions of "Assembler:Commands:PUSH"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''command''' push ''operand'' PUSHes (saves) data onto the stack. === Command Parameters === {|width="85%" cellpadding="10%" cellpadding="5%" cellspacing="0" border="0" !align…')
 
(See also)
Line 17: Line 17:
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[Cheat_Engine:Auto Assembler|Auto Assembler]]
 
* [[Assembler:Commands|Assembler Commands]]
 
* [[Assembler:Commands|Assembler Commands]]
 +
 +
== External links ==
 +
* [https://wikipedia.org/wiki/X86_instruction_listings wikipedia.org/wiki/X86_instruction_listings]
 +
* [http://www.asmpedia.org/index.php?title=Main_Page asmpedia.org]

Revision as of 07:49, 13 March 2017

command push operand

PUSHes (saves) data onto the stack.

Command Parameters

Parameter Description
operand The registery or data to push


See also

External links