Detailed reference for the NOP instruction in PIC18 ISA.
Perform no operation. The instruction consumes one instruction cycle and leaves every register and flag unchanged.
; NOP does nothing
NOP ; instruction consumes 1 cycle; NOP does nothing
NOP ; instruction consumes 1 cycle