Difference between revisions of "Assembler:Commands:NOP"

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

Revision as of 22:13, 19 March 2017

command nop

No Operation.

Usually used when removing original code.


Performs no operation. This instruction is a one-byte instruction that takes up space in the instruction stream but does not affect the machine context, except the EIP register.

The NOP instruction is an alias mnemonic for the XCHG (E)AX, (E)AX instruction.

x86.renejeschke.de/html/file_module_x86_id_217.html


Command Parameters

<none>

Examples

nop

See also

External links