compiler kickc.
hello, good day.
I am creating a program like this for the x16 emulator.
is that please correct please?
my prg :
kickc.bat c:\kickc\examples\cx16\cx16-rasterbars.c -o raster.prg
the raster.prg is available.
--------------------------------
LOAD "RASTER.PRG",8
RUN
-------------------------------
no startet.
How do you load the kickc raster.prg into the x16 emulator and start it please?
or :
x16emu -run -ram 2048 -scale 2 -keymap de -prg c:\x16\pebi-prg\raster.prg ?
thanks.
greetings
compiler for kickc ? how does it work?
compiler for kickc ? how does it work?
- Attachments
-
- start1.jpg (34.25 KiB) Viewed 1115 times
-
- start.jpg (37.59 KiB) Viewed 1118 times
Re: compiler for kickc ? how does it work?
Well..it does appear to run, though it doesnt do any screen output it seems.
Re: compiler for kickc ? how does it work?
all C programs behave the same way as in the picture above.
greetings
greetings
- Attachments
-
- Bild4.jpg (16.64 KiB) Viewed 937 times
Re: compiler for kickc ? how does it work?
If you do:
LIST {ENTER}
after the load, do you see a basic line with a sys command?
LIST {ENTER}
after the load, do you see a basic line with a sys command?
Re: compiler for kickc ? how does it work?
this -o gives the program its own name for this asm , is no prg for x16.
kickc.bat c:\kickc\examples\cx16\cx16-input.c -o input.prg
kickc.bat c:\kickc\examples\cx16\cx16-input.c
this asm is for the kickassembler.
thanks
greeting
kickc.bat c:\kickc\examples\cx16\cx16-input.c -o input.prg
kickc.bat c:\kickc\examples\cx16\cx16-input.c
this asm is for the kickassembler.
thanks
greeting
- Attachments
-
- cx16-input-c and asm.zip
- (5.3 KiB) Downloaded 58 times