?? NEWTITLE := 'PME$PROGRAM_STATE_EXCEPTIONS: ''PM'' 5350 .. 5399', EJECT ??
?? PUSH (LISTEXT := ON) ??
*copyc pmc$pc_base_exception
?? POP ??

  CONST
    pmc$min_program_state_exception = pmc$pc_base_exception + 350,

    pme$state_container_full = pmc$min_program_state_exception + 0,
    {E There is insufficient room in the state container provided to hold
    { the program state.

    pme$program_mismatch = pmc$min_program_state_exception + 1,
    {E The program requesting a state restoration is not the same as
    { the program who's state was saved.

    pme$invalid_program_state = pmc$min_program_state_exception + 2,
    {E The data contained in the program state container did not
    { represent a valid program state.

    pme$unreadable_program_state = pmc$min_program_state_exception + 3,
    {E The caller has a ring number too high to allow read access to one or
    { more segments of the program state.

    pme$unwritable_program_state = pmc$min_program_state_exception + 4,
    {E The caller has a ring number too high to allow write access to one or
    { more segments of the program state.

    pmc$max_program_state_exception = pmc$min_program_state_exception + 49;

?? OLDTITLE ??
