Related articles |
---|
A stack based X Machine in C++ tarun2701@msn.com (2002-12-19) |
Re: A stack based X Machine in C++ joachim_d@gmx.de (Joachim Durchholz) (2002-12-30) |
Re: A stack based X Machine in C++ anton@mips.complang.tuwien.ac.at (2003-01-12) |
From: | tarun2701@msn.com (TTA) |
Newsgroups: | comp.compilers |
Date: | 19 Dec 2002 12:34:31 -0500 |
Organization: | http://groups.google.com/ |
Keywords: | architecture, question, comment |
Posted-Date: | 19 Dec 2002 12:34:31 EST |
I am writing a stack based interpreter (to simulate a simple
processor). It will have a program counter (PC), instruction register
(IR), Memory (64k) and of course a stack and a few other things. It
will support load, store, arithmetic operators etc. Basically, I am
planning to write assembly programs using my implementation of the
interpreter in the future. I don't expect anyone to explain the whole
machine to me, but I need recommendations on:
1. Books
2. Online articles
on how to write the above program. Any other help will be welcome.
Thanks
TTA
[You might get better advice on the virtual machine mailing list. To
subscribe, send "subscribe" to virtmach-request@lists.iecc.com. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.