Small C-compiler for DOS65
Here is the archive with the Small C files. Note that the floppy disk images contain many examples, search for *.C files (.MAC files are intermediate files, also many present)
Comes with an updated assembler (larger buffers),.
Not implemented:
- Floats (reals).
Meer dimensionale arrays.
the , operator
initialisation of variable at decalration time: replace int i=25; with i; i=25;
operators && en ||.
- Compile a C program (textfile with extension .c) with the command ‘CC test’ in te typen.
The compiler creates the file test.mac - Assemble with ‘as test’
- library files used at assembly time are cxxx.mac files.
- Assemble delivers the file file test.bin
- mccom test’ to a command ‘test’ op de systeemschijf.