Difference between revisions of "PM Opc NOP"

From SublabWiki
Jump to: navigation, search
(New page: == NOP = No Operation == {| border="1" style="text-align:left" !Hex !Mnemonic !Cycles |- |FF |NOP |8 |} === Execute === Nothing === Description === Does nothing, used f...)
 
Line 7: Line 7:
 
|-
 
|-
 
|FF
 
|FF
|[[PM_Opc_NOP|NOP]]
+
|NOP
 
|8
 
|8
 
|}
 
|}

Revision as of 14:28, 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