forked from Apple-2-HW/Apple2-IO-RPi
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
|