c) C
- ACE C (disk)
version, year : ?
author/company : John Palevich & Ralph Walden
available..... : ?
package....... : ?
features...... : ?
This is a newer version of 'Deep Blue C'.
- C/65 (?)
version, year : ?
author/company : OSS
available..... : ?
package....... : ?
features...... : ?
Probably derived from Dr.Dobbs "Small C". Compiles to 6502
code which emulates the 8080 instruction set.
- C65 (?)
version, year : ?
author/company : Keith Ledbetter
available..... : ?
package....... : ?
features...... : good macro assembler
This compiler does not support structs.
- CC65 (disk)
version, year : 1989
author/company : John R. Dunning
available..... : umich archive,
http://www.umich.edu/~archive/atari/8bit/Languages/Cc65/
package....... : compiler, linker, assembler, librarian
features...... : ?
Public domain compiler. Also used as cross compiler.
Relocatable object linkage files, and the most thorough
K&R C for the 8-bit. Comes with an relocatable assembler.
- CC8 (disk)
version, year : 2.3
author/company : John Palevich & Steve Kennedy
available..... : ?
package....... : Compiler
features...... : ?
ACE C with more "real" C support (e.g. arrays of pointers
to structs). Requires ACE C runtime libs and linker.
- Deep Blue C (disk)
version, year : 1.2, 1982
author/company : John Palevich, APX
available..... : http://www.atariarchives.org/APX/showinfo.php?cat=20166
Source code "Deep Blue Secrets" downloadable at
http://www.atariarchives.org/APX/showinfo.php?cat=20179
package....... : Compiler, Linker
features...... : ?
Deep Blue C was originally an independent product, but it
then became available from APX. It converts C to pseudo-
code and then interprets the pseudo code (8080 instruction
set emulation).
Drawn from Ron Cain's public domain C-compiler (Small-C).
- DVC C (disk)
version, year : 1.05, 1985
author/company : Ralph E. Walden
available..... : ?
package....... : Editor, Compiler, Optimizer, Linker
features...... : Quite user friendly program
The compiler generates special object files (.CCC)
which can be optimized and linked. The package uses a
special DOS called DVC DOS which contains runtime stuff.
- LightSpeed C (disk)
version, year : 1.08, 1986
author/company : Clearstar Softechnology
available..... : ?
package....... : Compiler, Optimizer, Linker
features...... : ?
Runs under CLI DOS's and MENU DOS's.
- Tiny-C
version, year : ?
author/company : OSS
available..... : ?
package....... : ?
features...... : ?
First sold C compiler by OSS. This compiler was used to
compile itself! First true language "bootstrap" on any
8-bit machine (it was also available for Apple and CP/M
machines). Derived from Dr.Dobbs "Small C". Compiles to
6502 code which emulates the 8080 instruction set.