Sdcc
This entry published by the Free Software Foundation.
sdcc
http://sdcc.sourceforge.net/
"Small Device C Compiler" is a retargetable, optimizing ANSI C compiler. The current version targets the Intel 8051 and recently the Zilog Z80 based MCUs., but can be retargeted for other 8 bit MCUs or PICs. SDCC uses ASXXXX and ASLINK, a retargettable assembler and linker. SDCC has extensive MCU specific language extensions, which lets it effectively use the underlying hardware. The front end (parser) will be enhanced as targeted to handle language extensions for other MCUs. In addition to the MCU Specific optimizations, SDCC does a host of standard optimizations like global sub expression elimination, loop optimizations (loop invariant, strength reduction of induction variables and loop reversing), constant folding and propagation, copy propagation, dead code elimination and jump tables for 'switch' statements.
Documentation
User manual available from http://sdcc.sourceforge.net/files/v2.4.0/sdcc-2.4.0.tar.gz
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| GPLv2 | Janet Casey | 2451939.530 January 2001 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Developer | VCS Repository Webview | http://sourceforge.net/cvs/?group_id=599 |
| Bug Tracking | VCS Repository Webview | http://sourceforge.net/tracker/?group_id=599&atid=100599 |
| Developer | Mailing List Info/Archive | http://lists.sourceforge.net/mailman/listinfo/sdcc-devel |
| Support | Mailing List Info/Archive | http://lists.sourceforge.net/mailman/listinfo/sdcc-user |
Software prerequisites
Click here if you'd like to report a problem or make a suggestion that could
This entry (in part or in whole) was last reviewed on 4 March 2004.
Problem with this listing?
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.
This page was last modified on 12 April 2011, at 13:24.

