mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-11-18 21:08:13 +00:00
5 lines
156 B
Batchfile
5 lines
156 B
Batchfile
cl65 -D APPLE1 --target none --start-addr $4000 -O test.c -o test_apple1.prg
|
|
cl65 --listing test.lst -D VIC20 --target vic20 -O test.c -o test_vic20.prg
|
|
|
|
|