Assembler:Commands:NOP

From Cheat Engine
Revision as of 05:43, 14 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''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 instruc…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.

Command Parameters

<none>

Examples

nop

See also

External links