home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 10 / xplorer / make < prev    next >
Encoding:
Text File  |  1994-01-27  |  361 b   |  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.