Difference between revisions of "HLT"

From Intellivision Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
[[Category:CP1610]]
 
[[Category:CP1610]]
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.<br/><br/>
 
 
 
<table border>
 
<table border>
 
<tr><td>Instruction Name</td><td>Halt</td></tr>
 
<tr><td>Instruction Name</td><td>Halt</td></tr>
Line 8: Line 6:
 
<tr><td>Interruptible</td><td>No</td></tr>
 
<tr><td>Interruptible</td><td>No</td></tr>
 
<tr><td>Opcode Range</td><td>$0000</td></tr>
 
<tr><td>Opcode Range</td><td>$0000</td></tr>
</table>
+
</table><br/>
 +
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.<br/><br/>

Revision as of 21:16, 11 January 2005

Instruction NameHalt
MnemonicHLT
CP1610 Clock CyclesInfinity
InterruptibleNo
Opcode Range$0000

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.