home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 029.lha / explore / make < prev    next >
Text File  |  1987-04-02  |  361b  |  15 lines

  1. .           Assemble a file (.asm) in the root directory
  2. .           Leave the output file (.obj) in the root also.
  3. .key file
  4. .bra {
  5. .ket }
  6. copy ram:{file}.asm to df1:
  7. copy ram:macros.opt df1:
  8. assem ram:{file}.asm -o :{file}.o -c W200000 ;-l temp
  9. echo "done assembly."
  10. echo "Linking..."
  11. BLink ram:{file}.o library amiga.lib to {file} 
  12. copy ram:{file} to df1:
  13.  
  14.  
  15.