X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=doc%2FREADME.txt;h=f28223a7a4f3d240dc74f6cbd7a5a5d0890399c4;hb=8019435c95c7a65fcbfb9693e591fa9bb500ef81;hp=0b854f3053c7776081a27ef1c0c971ce74dff1ef;hpb=071639b6e938dc46f1903862d9de4d41e489b910;p=fw%2Fsdcc diff --git a/doc/README.txt b/doc/README.txt index 0b854f30..f28223a7 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 and the Maxim ds390. -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,29 +36,50 @@ questions on the user mailing list. See: Notes: -* The gbz80, avr, and pic ports are currently experimental. The gbz80 - port is known to have some large bugs due to falling out of sync - with the z80 port. +* The hc08, 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 +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. 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) + +* Daniel Drotos +* Jean Loius-VERN +* Johan Knol +* Karl Bongers +* Kevin Vigor +* Scott Dattalo +* Jesus Calvino-Fraga +* Hans-Juergen Dorn +* Daniel Drotos +* Frieder Ferlemann +* Klaus Flittner +* Bernhard Held +* Erik Petrich +* Borut Razem +* Vangelis Rokas +* Paul Stoffregen +* Michael Hope 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).