On Fri, 10 Oct 2003, Jay West wrote:
I am looking for full source code for a *VERY* tiny C
compiler written in
any common assembly language. I'm much more concerned with size of the
compiler than functionality/features. Can anyone suggest one or know where
the source might by laying around? I thought I had heard ages ago about some
microcomputer C compilers being well under 32K.
Hmmmm.
Not sure of the parameters, but take a look at "Small C" by James Hendrix,
published by DDJ.
There were several C compilers that ran on CP/M, where the TPA
is no more than twice the size that you want. Those included Aztec/Manx,
and BDS C by Leor Zolman - didn't he recently release it into public domain?
IIRC, BDS C did not have floating point support; but you're better off
without that anyway.