forked from Apple-2-HW/Apple2-IO-RPi
4 lines
56 B
Bash
Executable File
4 lines
56 B
Bash
Executable File
#!/bin/sh
|
|
ca65 test.asm
|
|
ld65 test.o -o test.bin -t none
|