Difference between revisions of "PM Opc NOP"

From SublabWiki
Jump to: navigation, search
Line 26: Line 26:
  
 
  NOP                                    ; Delay 8 cycles
 
  NOP                                    ; Delay 8 cycles
 +
 +
[[PM_InstructionList|'''« Back to Instruction set''']]

Revision as of 14:30, 30 May 2008

NOP = No Operation

Hex Mnemonic Cycles
FF NOP 8

Execute

Nothing

Description

Does nothing, used for short delays.

Conditions

None

Examples

NOP                                    ; Delay 8 cycles

« Back to Instruction set