mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2025-02-16 18:30:29 +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
|