abn6502/assemble.sh
2021-10-21 09:59:53 +02:00

6 lines
250 B
Bash
Executable File

#!/bin/bash
ca65 --cpu 6502 -l build/listing.txt -o build/abn6502rom.o abn6502rom.s
ca65 crom.s -o build/crom.o
ld65 -o build/abn6502rom.bin -C memmap.cfg "./build/abn6502rom.o" "./build/crom.o"
minipro -s -p "SST39SF010A" -w build/abn6502rom.bin