NOP Instruction



The instruction NOP (No OPeration) makes nothing during one instruction. Nothing happens except that the program counter is set to the next instruction. NOP is used to make small delays (VERY small delays, to let hardware parts to act) and to create empty space in the program which can later be used for changes.

ADDRESS METHODS: None

DATA LENGTH: N/A

FLAGS: Unaffected

SYNTAX: NOP

EXAMPLE CODE:   

LOOP    NOP                       this instruction does nothing
             BRA     LOOP         let's stick with what we're good at

"And at warp 9 we're going nowhere mighty fast!"  Scotty