
  PROCEDURE [XREF] bap$v_to_t_record_conversion (from_fid: amt$file_identifier;
        to_fid: amt$file_identifier;
        file_size_source: amt$file_byte_address;
    VAR current_byte_source: amt$file_byte_address;
    VAR current_byte_destination: amt$file_byte_address;
    VAR last_move: boolean;
    VAR status: ost$status);

?? PUSH (LISTEXT := OFF) ??
*copyc amt$file_byte_address
*copyc ost$status
*copyc amt$file_identifier
?? POP ??
