Related articles |
---|
Creating a compiler for a new device: where to start? akoch@rbg.informatik.tu-darmstadt.de (Andreas Koch) (2001-04-26) |
Re: Creating a compiler for a new device: where to start? nbridges@interlog.com (Neal Bridges) (2001-05-07) |
From: | "Neal Bridges" <nbridges@interlog.com> |
Newsgroups: | comp.compilers |
Date: | 7 May 2001 23:18:00 -0400 |
Organization: | Excite@Home - The Leader in Broadband http://home.com/faster |
References: | 01-04-128 |
Keywords: | architecture |
Posted-Date: | 07 May 2001 23:18:00 EDT |
X-Mimeole: | Produced By Microsoft MimeOLE V5.00.2615.200 |
Andreas Koch <akoch@rbg.informatik.tu-darmstadt.de> wrote in message
> i am thinking about assembling a small hobby computer, based on a
> microcontroller. This controller can only execute code in ROM, so i
> will have to create an interpreter in ROM and execute apps i load into
> external RAM.
Forth is ideal for the constraints you describe. There is very likely
already a Forth compiler for the microcontroller you're using; if by chance
there isn't, writing one is a very fast route to a working compiler.
--
Neal Bridges
<http://www.quartus.net> Quartus Handheld Software!
Return to the
comp.compilers page.
Search the
comp.compilers archives again.