apple1-videocard-lib/KickC/c.bat
2021-11-27 18:12:35 +01:00

7 lines
219 B
Batchfile

@echo *** APPLE 1 ***
call kickc -t asm6502 -D=APPLE1 test.c -o test_apple1.prg -e
copy test.prg test_apple1.prg
@echo *** VIC20 ***
call kickc -t VIC20 -D=VIC20 test.c -o test_vic20.prg -e
copy test.prg test_vic20.prg