You are here : assembly8086NOP

NOP - 8086

No Operation. NOP instruction is usually used to provide delays.

Algorithm:

  • Do nothing


Syntax

NOP


Example

; do nothing, 3 times:
NOP
NOP
NOP
RET 


Output / Return Value


Limitations


Alternatives / See Also


Reference