Difference between revisions of "HLT"
m |
m |
||
| Line 1: | Line 1: | ||
[[Category:CP1610]] | [[Category:CP1610]] | ||
| − | |||
| − | |||
<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 Name | Halt |
| Mnemonic | HLT |
| CP1610 Clock Cycles | Infinity |
| Interruptible | No |
| 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.