HLT
HALTHLT
Operation: | Flags Affected: |
NoneNone
Description:
HLT (Halt) causes the CPU to enter the halt state. The processor leaves the halt state upon activation of the RESET line, upon receipt of a
able interrupt request on INTR. HLT does not affect any flags. It may be used as an alterna- tive to an endless software loop in situations where a program must wait for an interrupt.
Encoding:
11110100
HLT Operands Clocks Transfers Bytes HLT Coding Example
(no operands) | 2 | - | 1 HLT |