mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-26 13:49:16 +00:00
4 lines
83 B
Bash
4 lines
83 B
Bash
|
#!/bin/sh
|
||
|
ca65 Driver.asm --listing Driver.lst
|
||
|
ld65 Driver.o -o Driver.bin -t none
|