{
{ PURPOSE:
{  The purpose of this procedure is to process a detected/uncorrected
{  error (DUE) caught by the hardware and the monitor interrupt processor.
{  The DUE is logged in a circular central memory buffer (only for debugging
{  purposes) and the task is handled as detailed in Figure 9.1-1 of the MIGDS
{  and 180 Operating System action section 4.2.9 of the DFT/OS Interface
{  specification. If certain conditions are met, the CPU which has encountered
{  the DUE will be deconfigured out of the system.
{
{  MTP$PROCESS_DUE (DUE_STATE,CST_P,XP_P)
{
{  DUE_STATE: (INPUT) This parameter specifies where the DUE occurred; i.e. in
{                     the 170 state, or the 180 states of job or monitor mode.
{  CST_P:     (INPUT) Pointer to the CPU state table of the CPU with the DUE.
{  XP_P:      (INPUT) Pointer to the exchange package which was executing when
{                     the DUE was encountered
{

