daily_automated
This commit is contained in:
12
trunk/workspace/AVR-Computer/msbasic/make.sh
Normal file
12
trunk/workspace/AVR-Computer/msbasic/make.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
if [ ! -d tmp ]; then
|
||||
mkdir tmp
|
||||
fi
|
||||
|
||||
for i in cbmbasic1 cbmbasic2 kbdbasic osi kb9 applesoft microtan; do
|
||||
|
||||
echo $i
|
||||
ca65 -D $i msbasic.s -o tmp/$i.o &&
|
||||
ld65 -C $i.cfg tmp/$i.o -o tmp/$i.bin -Ln tmp/$i.lbl
|
||||
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user