X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FREADME.txt;h=a36ba40847d7d5df4c6270869cf6bfe0cdcd7f9c;hb=e5674798c017defbf3d2238fe0283cdeb0745f73;hp=0a7b8416dfb27d66c72595cffec24e28ccab50e0;hpb=90d9cfc234b85bcbaa68903cb17793c6567aeff6;p=fw%2Fsdcc diff --git a/doc/README.txt b/doc/README.txt index 0a7b8416..a36ba408 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -2,14 +2,15 @@ SDCC - a Freeware, retargettable, optimizing ANSI-C compiler ------------------------------------------------------------ $Id$ + Welcome to SDCC, a freeware, retargettable, optimizing ANSI C compiler that supports a growing list of processors including the Intel mcs51 -family, the Zilog Z80, and the ds390. +family, the Zilog z80, the Maxim ds390 and the Motorola HC08. -See share/doc/sdcc/INSTALL.txt for the installation instructions for +See share/sdcc/doc/INSTALL.txt for the installation instructions for the binary kits. -See the share/doc/sdcc directory for more documentation. +See the share/sdcc/doc directory for more documentation. See http://sdcc.sourceforge.net/ for the latest information on sdcc. @@ -35,8 +36,9 @@ questions on the user mailing list. See: Notes: -* The avr, and pic ports are currently experimental. - +* 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. Roadmap: COPYING - GPL v2 @@ -51,25 +53,34 @@ support/ - Libraries and apps that may not be provided by your system. Authors and interested persons: -* Sandeep Dutta (sandeep@users.sourceforge.net) - -* Daniel Drotos -* Jean Loius-VERN -* Johan Knol -* Karl Bongers -* Kevin Vigor -* Michael Hope -* Scott Dattalo - +* Sandeep Dutta (sandeep AT users.sourceforge.net) + +* 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 SDCC includes code from: -* Alan Baldwin +* Alan Baldwin Initial version of ASXXXX and ASLINK. -* John Hartman +* John Hartman Porting ASXXX and ASLINK for 8051. -* Dmitry S. Obukhov +* 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). -