home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
029.lha
/
explore
/
make
< prev
next >
Wrap
Text File
|
1987-04-02
|
361b
|
15 lines
. Assemble a file (.asm) in the root directory
. Leave the output file (.obj) in the root also.
.key file
.bra {
.ket }
copy ram:{file}.asm to df1:
copy ram:macros.opt df1:
assem ram:{file}.asm -o :{file}.o -c W200000 ;-l temp
echo "done assembly."
echo "Linking..."
BLink ram:{file}.o library amiga.lib to {file}
copy ram:{file} to df1: