X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FREADME.txt;h=721ae48c122477ea90f3cd77eec345313da19256;hb=e8f8c8a5a143a088419bcd33fe3591c54f3fb128;hp=5640d5416a046542e0c44fb7d48e64b7de9d1544;hpb=b27e68b601abafc563bebf0c653d1dd11e49d542;p=fw%2Fsdcc diff --git a/doc/README.txt b/doc/README.txt index 5640d541..721ae48c 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -1,11 +1,12 @@ -SDCC - a Freeware, retargettable, optimizing ANSI-C compiler ------------------------------------------------------------- +SDCC - free open source, retargettable, optimizing ANSI-C compiler +------------------------------------------------------------------ $Id$ -Welcome to SDCC, a freeware, retargettable, optimizing ANSI C compiler +Welcome to SDCC, free open source, retargettable, optimizing ANSI C compiler that supports a growing list of processors including the Intel mcs51 -family, the Zilog z80 and the Maxim ds390. +family, the Zilog z80, the Maxim ds390 and ds400, the Motorola HC08 and the +PIC16 and PIC18 familiy. See share/sdcc/doc/INSTALL.txt for the installation instructions for the binary kits. @@ -36,50 +37,54 @@ questions on the user mailing list. See: Notes: -* The hc08, ds400, pic14 and pic16 are currently experimental, but work is in +* The ds400, pic14 and pic16 are currently experimental, but work is in progress. Please check http://sdcc.sourceforge.net/snap.php for snapshots. -* The TININative, gbz80, avr and xa51 ports are no longer maintained. +* The TININative, gbz80, avr and xa51 targets are no longer maintained. Roadmap: -COPYING - GPL v2 -as/ - Assembler, derrived from asxxxx +COPYING - GPL v2 +as/ - Assembler, derrived from asxxxx debugger/ -device/ - Device libraries and examples -doc/ - sdcc and port specific documentation -link/ - Linker, also derrived from asxxxx -sim/ - Simulator (mcs51 only) -src/ - Source to the C compiler and ports -support/ - Libraries and apps that may not be provided by your system. +device/ - Device libraries and examples +doc/ - sdcc and target specific documentation +link/ - Linker, also derrived from asxxxx +sim/ - Simulator (mcs51 only) +src/ - Source to the C compiler and targets +support/ - Libraries and apps that may not be provided by your system. Authors and interested persons: * Sandeep Dutta (sandeep AT users.sourceforge.net) -* Daniel Drotos -* Jean Loius-VERN -* Johan Knol -* Karl Bongers -* Kevin Vigor -* Michael Hope -* Scott Dattalo -* Jesus Calvino-Fraga -* Hans-Juergen Dorn -* Daniel Drotos -* Frieder Ferlemann -* Klaus Flittner -* Bernhard Held -* Erik Petrich -* Borut Razem -* Vangelis Rokas -* Paul Stoffregen +* Jean Loius-VERN +* Daniel Drotos +* Kevin Vigor +* Johan Knol +* Scott Dattalo +* Karl Bongers +* Bernhard Held +* Frieder Ferlemann +* Jesus Calvino-Fraga +* Borut Razem +* Vangelis Rokas +* Erik Petrich +* Paul Stoffregen +* Michael Hope +* Maarten Brock +* Raphael Neider +* Hans-Juergen Dorn +* Klaus Flittner +* Philipp Klaus Krause SDCC includes code from: * Alan Baldwin Initial version of ASXXXX and ASLINK. * John Hartman - Porting ASXXX and ASLINK for 8051. + Porting ASXXXX and ASLINK for 8051. * Dmitry S. Obukhov malloc and serial I/O routines. * Pascal Felber Some of the Z80 related files are borrowed from the Gameboy Development Kit (GBDK). +* The GCC developement team http://gcc.gnu.org/ + The basis of sdcpp preprocessor