Related articles |
---|
intermediate code representation vivekj10@rediffmail.com (2002-12-19) |
From: | vivekj10@rediffmail.com (Vivek) |
Newsgroups: | comp.compilers |
Date: | 19 Dec 2002 12:44:58 -0500 |
Organization: | http://groups.google.com/ |
Keywords: | design, question, comment |
Posted-Date: | 19 Dec 2002 12:44:58 EST |
I am building a compiler to assist programming in high-level language
for embedded systems. I would like to gain detailed information about
what aspects are important in embedded systems. Also how certain
instructions which i will be providing for communication with ports
such as :
IN(PORT-ADDRESS) ; --> to obtain input from the given port address
OUT(PORT-ADDRESS) ; --> to provide output to the port
are to be represented in intermediate code. Can some1 plz tell where
where I can find information avout this stuff.
[Is there anything about embedded programming that would make the
intermediate code special? Macros that turn into instructions are
certainly not unusual. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.