1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-09-29 11:54:35 +00:00
of816/platforms/IIgs/build.sh

11 lines
304 B
Bash
Raw Normal View History

2019-07-01 17:33:44 +00:00
#!/bin/bash
ACMD=~/bin/AppleCommander-ac-1.5.0.jar
set -e -x
cd $(dirname $0)
2019-07-01 17:33:44 +00:00
ca65 -I ../../inc IIgs.s -l IIgs.lst
../../build.sh IIgs
ld65 -C IIgs.l -S 0x8000 IIgs.o ../../forth.o -m forth.map -o forth
ls -l forth
java -jar ${ACMD} -pro140 forth.po FORTH
java -jar ${ACMD} -p forth.po FORTH SYS < forth