Difference between revisions of "HLT"
m |
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>Interruptible</td><td>No</td></tr> | ||
| + | <tr><td>CP1610 Clock Cycles</td><td>2\infty</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:11, 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 Name | Halt |
| Mnemonic | HLT |
| Interruptible | No |
| CP1610 Clock Cycles | 2\infty |
| Opcode Range | $0000 |
| Format | 0000:0000:0000:0000 |