1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-06-30 06:29:26 +00:00
of816/platforms/W65C816SXB/build.sh

11 lines
262 B
Bash
Raw Normal View History

2019-07-01 17:33:44 +00:00
#!/bin/bash
set -e -x
cd $(dirname $0)
2019-07-01 17:33:44 +00:00
toke fcode/romloader.fs
ruby mkromfs.rb romfs fs/*
ca65 -I ../../inc W65C816SXB.s -l W65C816SXB.lst
../../build.sh W65C816SXB
ld65 -vm -C W65C816SXB.l -S 0x8000 W65C816SXB.o ../../forth.o -m forth.map -o forth
2019-07-01 17:33:44 +00:00
ls -l forth