apple1-videocard-lib/c.bat

10 lines
591 B
Batchfile
Raw Normal View History

2021-11-28 14:05:41 +00:00
@echo ======================== VIC20 ===================================================
2021-12-05 15:20:44 +00:00
call kickc -t VIC20_8K -D=VIC20 test.c -o test_vic20.prg -e
2021-11-28 14:05:41 +00:00
rem call kickc -vasmoptimize -vasmout -vcreate -vfragment -vliverange -vloop -vnonoptimize -voptimize -vparse -vsequence -vsizeinfo -vunroll -vuplift -t VIC20 -D=VIC20 test.c -o test_vic20.prg -e
copy test.prg test_vic20.prg
2021-11-26 22:41:51 +00:00
2021-12-03 10:15:42 +00:00
@echo ======================== APPLE 1 =================================================
call kickc -t asm6502 -D=APPLE1 test.c -o test_apple1.prg -e
copy test.prg test_apple1.prg
2021-12-05 15:20:44 +00:00
call node hexdump > test_apple1.woz