Technical Support
On-Line Manuals
8051 Instruction Set Manual
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.
PC = PC + 1
NOP
Related Knowledgebase Articles