You are here : assembly8051NOP

NOP - 8051

The NOP instruction does nothing.

Execution continues with the next instruction.

No registers or flags are affected by this instruction. 

NOP is typically used to generate a delay in execution or to reserve space in code memory.


Syntax

NOP


Example

NOP	;1 byte 1 cycle, PC = PC + 1


Output / Return Value


Limitations


Alternatives / See Also


Reference