1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-09-26 21:54:48 +00:00
of816/platforms/W65C816SXB/build.sh
2019-07-01 10:33:44 -07:00

10 lines
241 B
Bash
Executable File

#!/bin/bash
set -e -x
toke fcode/romloader.fs
ruby mkromfs.rb romfs fs/*
ca65 -I ../../inc W65C816SXB.s -l W65C816SXB.lst
../../build.sh W65C816SXB
ld65 -C W65C816SXB.l -S 0x8000 W65C816SXB.o ../../forth.o -m forth.map -o forth
ls -l forth