Re: Stack based machine

"Alex McDonald" <alex_mcd@btopenworld.com>
27 Sep 2003 13:51:05 -0400

          From comp.compilers

Related articles
Stack based machine hodroj@terra.net.lb (2003-09-14)
Re: Stack based machine derek@knosof.co.uk (Derek M Jones) (2003-09-22)
Re: Stack based machine tdk@thelbane.com (Timothy Knox) (2003-09-23)
Re: Stack based machine steve@heggood.com (steve) (2003-09-23)
Re: Stack based machine alex_mcd@btopenworld.com (Alex McDonald) (2003-09-27)
| List of all articles for this month |

From: "Alex McDonald" <alex_mcd@btopenworld.com>
Newsgroups: comp.compilers
Date: 27 Sep 2003 13:51:05 -0400
Organization: BT Openworld
References: 03-09-057 03-09-087
Keywords: architecture
Posted-Date: 27 Sep 2003 13:51:05 EDT

> > Can anyone recommend a good article/book on stack based machine design
> > and implementation. I'm working on writing a compiler for a very small
> > imperative language.
>
> See:
> http://www.linuxjournal.com/article.php?sid=5810


Sorry for the sub-post; my news server didn't see the original, just
replies.


If it's stack _machine_ architectures you're interested in, see
http://www.ultratechnology.com/chips.htm; covers Koopman's articles on
several chips, and a variety of others. If it's stack imperative
_language_ architectures, Forth is worth a look (particularly if it's
"very small" or "portable across achitectures" that you need). Good
place to start is http://home.iae.nl/users/mhx/, sections under "A
tribute to this great book by Leo Brodie..." (Starting Forth). To
write your own, see http://zetetics.com/bj/papers/index.html by
Bradford J. Rodriguez. Forth newsgroup at news://comp.lang.forth.


--
Regards
Alex McDonald


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.