Difference between revisions of "NOP"

From Intellivision Wiki
Jump to: navigation, search
Line 2: Line 2:
 
<table border>
 
<table border>
 
<tr><td>Instruction Name</td><td>No Operation</td></tr>
 
<tr><td>Instruction Name</td><td>No Operation</td></tr>
<tr><td>Mnemonic</td><td>NOPP</td></tr>
+
<tr><td>Mnemonic</td><td>NOP</td></tr>
 
<tr><td>CP1610 Clock Cycles</td><td>6</td></tr>
 
<tr><td>CP1610 Clock Cycles</td><td>6</td></tr>
 
<tr><td>Interruptible</td><td>Yes</td></tr>
 
<tr><td>Interruptible</td><td>Yes</td></tr>

Revision as of 22:37, 11 January 2005

Instruction NameNo Operation
MnemonicNOP
CP1610 Clock Cycles6
InterruptibleYes
Opcode Range$0034-$0035

The No Operation (NOP) instruction performs no function. It is typically used as a time-killer for synchronization purposes. The opcode format is as follows.

   0000:0000:0011:010x
where: x is ignored