1
0
mirror of https://github.com/mgcaret/of816.git synced 2025-01-17 05:31:55 +00:00
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