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