Difference between revisions of "PM Opc NOP"

From SublabWiki
Jump to: navigation, search
m (Examples)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== NOP = No Operation ==
 
== NOP = No Operation ==
  
{| border="1" style="text-align:left"
+
{| border="1" style="text-align:left" class="sortable"
 
!Hex
 
!Hex
 
!Mnemonic
 
!Mnemonic
Line 25: Line 25:
 
=== Examples ===
 
=== Examples ===
  
  NOP                                    ; Delay 8 cycles
+
  ; Delay 8 Cycles
 +
'''NOP'''
 +
 
 +
[[PM_InstructionList|'''« Back to Instruction set''']]

Latest revision as of 00:11, 21 April 2009

NOP = No Operation

Hex Mnemonic Cycles
FF NOP 8

Execute

Nothing

Description

Does nothing, used for short delays.

Conditions

None

Examples

; Delay 8 Cycles
NOP

« Back to Instruction set