6.7.2 Halt
Format:
| CALL_PAL | HALT | !PALcode format | 
Operation:
IF PS<literal>(<)CM> NE 0 THEN {privileged instruction exception}
CASE {halt_action} OF
!Operating System or Platform dependent choice
halt:{halt}
restart/boot/halt: {restart/boot/halt}
boot/halt:{boot/halt}
debugger/halt: {debugger/halt}
restart/halt:{restart/halt}
ENDCASE
Exceptions:
Privileged Instruction
Instruction mnemonics:
| CALL_PAL HALT | Halt Processor | 
Description:
The HALT instruction stops normal instruction processing and initiates some other operating system or 
Common PALcode Architecture 
