{
{ The purpose of this request is to assign pages of real memory to the
{ address space of monitor. If the page frames cannot be assigned because
{ no memory is available or because of a 'page table full' condition,
{ the request will be rejected. If the PVA is
{ invalid or a page is already assigned, a system error halt will occur.
{ Pages are NOT preset.
{
{      MMP$ASSIGN_PAGE_TO_MONITOR (P, PAGE_COUNT, PRESET, STATUS)
{
{   P: (INPUT) This parameter specifies the page to be assigned
{
{   PAGE_COUNT: (INPUT) This parameter specifies the number of pages to assign.
{
{   PRESET: (INPUT) This parameter is a boolean value specifying whether or
{                     not the pages should be preset.
{
{   STATUS: (OUTPUT) This parameter specifies request status
{
