Apple2-IO-RPi/Firmware/assemble_test.sh

4 lines
56 B
Bash
Executable File

#!/bin/sh
ca65 test.asm
ld65 test.o -o test.bin -t none