Difference between revisions of "HLT"

From Intellivision Wiki
Jump to: navigation, search
m
Line 5: Line 5:
 
<tr><td>Instruction Name</td><td>Halt</td></tr>
 
<tr><td>Instruction Name</td><td>Halt</td></tr>
 
<tr><td>Mnemonic</td><td>HLT</td></tr>
 
<tr><td>Mnemonic</td><td>HLT</td></tr>
 +
<tr><td>CP1610 Clock Cycles</td><td>Infinity</td></tr>
 
<tr><td>Interruptible</td><td>No</td></tr>
 
<tr><td>Interruptible</td><td>No</td></tr>
<tr><td>CP1610 Clock Cycles</td><td>Infinity</td></tr>
 
 
<tr><td>Opcode Range</td><td>$0000</td></tr>
 
<tr><td>Opcode Range</td><td>$0000</td></tr>
 
<tr><td>Format</td><td>0000:0000:0000:0000</td></tr>
 
<tr><td>Format</td><td>0000:0000:0000:0000</td></tr>
 
</table>
 
</table>

Revision as of 21:14, 11 January 2005

The Halt (HLT) instruction halts the cpu. The cpu performs no further processing after receiving this instruction. This also means that all further interrupts are ignored as well.

Instruction NameHalt
MnemonicHLT
CP1610 Clock CyclesInfinity
InterruptibleNo
Opcode Range$0000
Format0000:0000:0000:0000