
  PROCEDURE [XREF] bap$byte_move
    (    from_fid: amt$file_identifier;
         to_fid: amt$file_identifier;
         move: amt$file_byte_address;
         last_move: boolean;
     VAR byte_offset: amt$file_byte_address;
     VAR status: ost$status);

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