1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-06-08 12:29:30 +00:00
of816/platforms/Neon816/build.sh
2019-11-20 18:22:11 -08:00

8 lines
175 B
Bash
Executable File

#!/bin/bash
set -e -x
ca65 -I ../../inc Neon816.s -l Neon816.lst
../../build.sh Neon816
ld65 -C Neon816.l -S 0x8000 Neon816.o ../../forth.o -m forth.map -o forth
ls -l forth