UNIX
Halt error codes
.mdWhen halt errors occur, the message and error code below display:
Monitor halt code XX at
0xNNNNNNNN
Where:
- XX refers to the error code in decimal.
- 0xNNNNNNNN refers to the address where the halt occurred
Example(s)
Some errors are trapped in the monitor debugger with this message:
<HLT> YY Register dump H!
where YY is the hexadecimal value of XX.