1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
4 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.7">
5 <TITLE>SDCC Compiler User Guide: Conclusion</TITLE>
6 <LINK HREF="SDCCUdoc-30.html" REL=next>
7 <LINK HREF="SDCCUdoc-28.html" REL=previous>
8 <LINK HREF="SDCCUdoc.html#toc29" REL=contents>
11 <A HREF="SDCCUdoc-30.html">Next</A>
12 <A HREF="SDCCUdoc-28.html">Previous</A>
13 <A HREF="SDCCUdoc.html#toc29">Contents</A>
15 <H2><A NAME="Conclusion"></A> <A NAME="s29">29. Conclusion</A> </H2>
17 <P>SDCC is a large project , the compiler alone (without the Assembler Package
18 , Preprocessor & garbage collector) is about 40,000 lines of code (blank
19 stripped). As with any project of this size there are bound to be bugs, I am
20 more than willing to work to fix these bugs , of course all the source code
21 is included with the package.
22 <P>Where does it go from here ? I am planning to target the Atmel AVR 8-bit
23 MCUs which seems to have a lot of users. I am also planning to include an alias
24 analysis system with this compiler (it does not currently have one).
26 <A HREF="SDCCUdoc-30.html">Next</A>
27 <A HREF="SDCCUdoc-28.html">Previous</A>
28 <A HREF="SDCCUdoc.html#toc29">Contents</A>