mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-22 17:33:22 +00:00
4 lines
56 B
Bash
4 lines
56 B
Bash
|
#!/bin/sh
|
||
|
ca65 test.asm
|
||
|
ld65 test.o -o test.bin -t none
|