{  declarations for monitor stack other than processor zero.

  CONST
    osc$mtr_stack_length = 6500,
    osc$mtr_stack_frame_length = 32;

  TYPE
    ost$monitor_stack = record
      xp: ost$exchange_package,
      stack: array [1 .. osc$mtr_stack_frame_length] of 0 .. 0ff(16),
      csf: array [1 .. osc$mtr_stack_length - osc$mtr_stack_frame_length] of 0
        .. 0ff(16),
    recend;

?? PUSH (LISTEXT := ON) ??
*copyc OST$EXCHANGE_PACKAGE
?? POP ??
