
  TYPE
    iot$rb_translate_byte_address = packed record
      request_code: ALIGNED [0 MOD 8] syt$monitor_request_code,
      status: syt$monitor_status,
      system_file_id: gft$system_file_identifier,
      file_byte_address: amt$file_byte_address,
      length: ost$byte_count,
      device_address: dmt$ms_logical_device_address,
    recend;

*copyc syc$monitor_request_codes
*copyc ost$hardware_subranges
*copyc gft$system_file_identifier
*copyc syt$monitor_request_code
*copyc dmt$ms_logical_device_address
*copyc amt$file_byte_address
