mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-01-02 23:31:53 +00:00
Update c.bat
This commit is contained in:
parent
667b170de0
commit
13f3ed6384
11
c.bat
11
c.bat
@ -1,8 +1,13 @@
|
||||
@echo ======================== APPLE 1 =================================================
|
||||
call kickc -t asm6502 -D=APPLE1 test.c -o test_apple1.prg -e
|
||||
copy test.prg test_apple1.prg
|
||||
rem call kickc -t asm6502 -D=APPLE1 bug1.c -o bug1.prg -e
|
||||
rem goto uscita
|
||||
|
||||
@echo ======================== VIC20 ===================================================
|
||||
call kickc -t VIC20 -D=VIC20 test.c -o test_vic20.prg -e
|
||||
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
|
||||
|
||||
@echo ======================== APPLE 1 =================================================
|
||||
call kickc -t asm6502 -D=APPLE1 test.c -o test_apple1.prg -e
|
||||
copy test.prg test_apple1.prg
|
||||
|
||||
:uscita
|
||||
|
Loading…
Reference in New Issue
Block a user