{
{   The purpose of this request is to allocate contiguous pages
{ for a specified segment. Contiguous pages will only be provided
{ for wired or fixed (job_fixed ONLY) segments. A maximum of 65536
{ contiguous bytes can be assigned to a segment.
{
{     MMP$ASSIGN_CONTIGUOUS_MEMORY (process_virtual_address,
{            contiguous_mem_length, status)
{
{  PROCESS_VIRTUAL_ADDRESS: (input) This parameter specifies the
{      address of the segment to which the contiguous memory is
{      to be assigned to.
{
{  CONTIGUOUS_MEMORY_LENGTH: (input) This parameter is the amount
{      of contiguous memory the user is requesting. A maximum
{      of 65536 bytes is allowed.
{
{  STATUS: (output) This parameter specifies the request status.
{
{
