1,885
edits
Changes
→Miscellaneous Instructions
NOP ; no operation
The <code>NOP</code> instruction does nothing. It can be used to "comment-out" pad codefor alignment purposes, or unwanted code can be overwritten in situ with this opcode to disable it.
== Resources ==