Script to build monitor with BASIC

This commit is contained in:
Ben Chong
2017-07-09 16:54:36 -07:00
parent 664c8646ce
commit 9f5620d124

5
buildbasmonrom.sh Executable file
View File

@@ -0,0 +1,5 @@
# /bin/sh
asmx -l -b f000h-ffffh -e -C 6502 sbc.asm
ls -la *.bin
cat ../ehbasic/basic.asm.bin sbc.asm.bin > monbas6502.rom
ls -lat mon*.rom