
  PROCEDURE [XREF] amp$replace_direct ALIAS 'amxrepd'
    (    file_identifier: amt$file_identifier;
         working_storage_area: ^cell;
         working_storage_length: amt$working_storage_length;
         byte_address: amt$file_byte_address;
     VAR status: ost$status);

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