mirror of
https://github.com/tjboldt/ProDOS-ROM-Drive.git
synced 2024-11-22 02:30:59 +00:00
6 lines
147 B
Bash
Executable File
6 lines
147 B
Bash
Executable File
#!/bin/sh
|
|
ca65 Warning.asm -o warning.o
|
|
ca65 Firmware.asm -o firmware.o --listing Firmware.lst
|
|
|
|
ld65 -t none warning.o firmware.o -o Firmware.bin
|