lcc is a retargetable compiler for Standard C. It generates code for the ALPHA, SPARC, MIPS R3000, and Intel x86 and its successors. lcc is described in A Retargetable C Compiler: Design and Implementation (Addison-Wesley, 1995, ISBN 0805316701, ISBN-13 9780805316704). This book is a detailed tour of the lcc 3.6 source code. The distribution includes the source code for the complete compiler, the code generators for all its targets, and the code-generator generator that produced them. See the preface and table of contents for more details. The USENET newsgroup comp.compilers.lcc is an unmoderated newsgroup that serves as a forum for all topics related to the installation, use, and development of lcc. You can post messages to comp.compilers.lcc at Google groups. Chris Fraser ยท David Hanson |

