Code Generator help needed

"lawrence (l.) ong" <long@nortel.ca>
13 Jul 1996 22:07:16 -0400

          From comp.compilers

Related articles
Code Generator help needed long@nortel.ca (lawrence (l.) ong) (1996-07-13)
Re: Code Generator help needed farzu@kirika.uvg.edu.gt (Francisco Arzu) (1996-07-15)
Re: Code Generator help needed gaul@ipd.info.uni-karlsruhe.de (Thilo S. Gaul) (1996-07-26)
| List of all articles for this month |

From: "lawrence (l.) ong" <long@nortel.ca>
Newsgroups: comp.compilers,comp.lang.c,comp.lang.c++
Date: 13 Jul 1996 22:07:16 -0400
Organization: Bell-Northern Research Ltd.
Keywords: C, code, question

Fellow Compiler users/designers/enthusiasts, I need your help.


I am looking for a code generator which can generate 80x86 assembly
code from an IR, and the assembler which can assemble the generated
assembly codes into executeable image. Also, the detailed description
of the IR's format should come with the CodeGenerator because it is
needed so that I can program the front end to generate the appropriate
IR for the CodeGen.


Please point me to the source from where the CodeGen may be
obtained. I need the CodeGen's source codes as well because it will be
integrated into my own compiler. Thanks in advanced for your help.
--


Post a followup to this message

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