Purpose: | To stop the processor | |||
Format: | opcode | |||
Operation: |
|
|||
Condition Codes: |
Reserved or Priviledged Fault N <- 0; Z <- 0; V <- 0; C <- 0; CMD EQU Kernel N <- N; Z <- Z; V <- V; C <- C; |
|||
Exceptions: | Reserved or Priviledged Opcode Fault | |||
Opcodes: |
|
|||
Description: | If the processor is running in kernel mode, the processor is halted. Otherwise, a Reserved or Priviledged opcode fault occurs. | |||
Notes: |
|