add symbolfile to output

This commit is contained in:
nino-porcino 2022-01-31 11:04:34 +01:00
parent 037223fe00
commit 237a9c0cc2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ call kickc -includedir %TMS9918%\lib -targetdir %TMS9918%\kickc\ -t apple1_jukeb
call node %TMS9918%\tools\mkeprom out out\%TARGET%_jukebox.bin
@echo ======================== APPLE 1 =================================================
call kickc -includedir %TMS9918%\lib -targetdir %TMS9918%\kickc\ -t apple1 %TARGET%.c -o out\%TARGET%.prg -e
call kickc -includedir %TMS9918%\lib -targetdir %TMS9918%\kickc\ -t apple1 %TARGET%.c -o out\%TARGET%.prg -e -Xassembler="-symbolfile"
call node %TMS9918%\tools\prg2bin -i out\%TARGET%.prg -o out\%TARGET%.bin
call node %TMS9918%\tools\prg2woz -i out\%TARGET%.prg -o out\%TARGET%.woz