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.
NOP
NOP ;1 byte 1 cycle, PC = PC + 1