Related articles |
---|
CC to small CPU still doesn't work? ppaatt@aol.com (1999-11-05) |
Re: CC to small CPU still doesn't work? raugfer@uol.com.br (Rodrigo Augusto B. Ferreira) (1999-11-09) |
Re: CC to small CPU still doesn't work? dhansen@btree.com (1999-11-09) |
Re: CC to small CPU still doesn't work? albaugh@agames.com (1999-11-09) |
Re: CC to small CPU still doesn't work? htak@eskimo.com (1999-11-09) |
From: | htak@eskimo.com (Henry S. Takeuchi) |
Newsgroups: | comp.compilers |
Date: | 9 Nov 1999 01:45:21 -0500 |
Organization: | Compilers Central |
References: | 99-11-035 |
Keywords: | C |
On 5 Nov 1999 01:31:33 -0500, in comp.compilers ppaatt@aol.com(PPAATT)
wrote:
>Am I correct to think the world still lacks a C compiler that can
>effectively target a CPU existing on just x100 bytes of Ram?
No, it's been done.
There are a small number of C compilers for Microchips's PIC
microcontrollers. Many PIC chips have <= 256 bytes of internal RAM,
and most PICs have no access to external RAM.
Of course, the compiled programs are the kinds that don't require a
lot of variable space. (And, on the PICs, don't require a deep call
stack.)
C compilers exist for other microcontrollers, as well.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.