A compact 'C' compiler for Small Systems. different processors & computer platforms. Code generators are available for 8080, 8051, 80x86, 8096, 6809, 68HC11 and 68HC16 cpu's,
DDS MICRO-C is a tiny compiler for the 'C' language. It has been designed to be VERY portable, and can be moved between different processors and operating systems with little difficulty.
MICRO-C should not be compared to other popular P.C. compilers,because it is intended for an entirely different purpose. They are, expensive, and dedicated to specific computer environments. MICRO-C is tiny (it can be made to run in less that 32K), and allows you to take it anywhere you want.
The complete MICRO-C source package includes all source code and support files you need to port the compiler to any environment. The documentation contains detailed information on writing new code generators for other processors. We also have code generators and complete development packages available for a number of processor families, including: 68HC08, 6809, 68HC11, 68HC16, 8051/52, 8080/8085, 80x86 and 8096.
File List:
CATALOG
25Kb
CC.C
6Kb
CC.COM
4Kb
CINTRO.DOC
116Kb
COMM.H
2Kb
CONSOLE.H
1Kb
CTYPE.H
2Kb
EXE2BIN.COM
1Kb
FILE.H
2Kb
LC.BAT
1Kb
LIBRARY.DOC
206Kb
MC-VS-SC.DOC
20Kb
MC.DOC
173Kb
MCC.COM
24Kb
MCLIB.LIB
46Kb
MCO.COM
13Kb
MCP.COM
12Kb
PC86RL_S.OBJ
1Kb
PC86RL_T.OBJ
1Kb
READ.ME
9Kb
STDIO.H
466b
TSR.H
439b
VIDEO.H
2Kb
WINDOW.H
3Kb
Similar code
ALPS
(Popularity: ) : Resident editor/asm/disasm/debugger for 8080/85/Z80
ALPS is a system designed to aid in the creation, modification, and debugging of assembly language programs for the 8080 family of micro processors. 6502 CPU Emulator for GBA
(Popularity: ) : Proof of concept developing an emulator. The first steps (10% of 6502 CPU opcodes yet implemented) towards an Atari 800XL emulator running on a GameBoy Advance.
One-Step-Debugger for technical reasons implemented. Written in GBA ARM assembly. Commented source code and full ...