Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 321 Bytes

File metadata and controls

24 lines (14 loc) · 321 Bytes

== 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