1
0
mirror of https://github.com/mgcaret/of816.git synced 2025-01-16 14:30:34 +00:00
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