HLT

From Intellivision Wiki
Revision as of 17:06, 17 January 2005 by Pingaso (talk | contribs)
Jump to: navigation, search
Instruction NameHalt
MnemonicHLT
CP1610 Clock CyclesInfinity
InterruptibleNo
Opcode Range$0000
Input FlagsNone
Output FlagsNone
Addressing ModeImplied

The Halt (HLT) instruction halts the CP1610. The CPU performs no further processing after receiving this instruction. This also means that all further masked interrupts are ignored as well until the CPU gets reset.

Currently, it is unknown whether an unmasked interrupt arriving on the INTR input, or if a pulse on the STPST input will restart a halted CPU. The existing CP1610 documentation does not say. On the Intellivision, this is irrelevant as both inputs are tied to fixed values. HLT is mainly useful for debugging.