Merged the 2.3.0 branch back into the main line
[fw/sdcc] / doc / README.txt
1 SDCC - a Freeware, retargettable, optimizing ANSI-C compiler
2 ------------------------------------------------------------
3 $Id$
4
5
6 Welcome to SDCC, a freeware, retargettable, optimizing ANSI C compiler
7 that supports a growing list of processors including the Intel mcs51
8 family, the Zilog Z80, and the ds390.
9
10 See share/doc/sdcc/INSTALL.txt for the installation instructions for
11 the binary kits.
12
13 See the share/doc/sdcc directory for more documentation.
14
15 See http://sdcc.sourceforge.net/ for the latest information on sdcc.
16
17
18 License:
19 SDCC is licensed under the GNU Public license (GPL) v2.  Note that
20 this license covers the code to the compiler and other executables,
21 but explicitly does not cover any code or objects generated by sdcc.
22 We have not yet decided on a license for the run time libraries, but
23 it will not put any requirements on code linked against it. See:
24
25  http://www.gnu.org/copyleft/gpl.html
26
27
28 Support:
29 SDCC is a collaborative effort between a group of volunteers.  Please
30 feel free to report bugs via the Sourceforge bug tracker, or to ask
31 questions on the user mailing list.  See:
32
33  http://sourceforge.net/tracker/?atid=100599&group_id=599&func=browse
34
35  http://sourceforge.net/mail/?group_id=599
36
37
38 Notes:
39 * The avr, and pic ports are currently experimental.
40
41
42 Roadmap:
43 COPYING         - GPL v2
44 as/             - Assembler, derrived from asxxxx
45 debugger/
46 device/         - Device libraries and examples
47 doc/            - sdcc and port specific documentation
48 link/           - Linker, also derrived from asxxxx
49 sim/            - Simulator (mcs51 only)
50 src/            - Source to the C compiler and ports
51 support/        - Libraries and apps that may not be provided by your system.
52
53
54 Authors and interested persons:
55 * Sandeep Dutta (sandeep@users.sourceforge.net)
56
57 * Daniel Drotos     <drdani@mazsola.iit.uni-miskolc.hu>
58 * Jean Loius-VERN   <jlvern@writeme.com>
59 * Johan Knol        <johan.knol@iduna.nl>
60 * Karl Bongers      <karl@turbobit.com>
61 * Kevin Vigor       <kevin@vigor.nu>
62 * Michael Hope      <michaelh@juju.net.nz> <nz_michaelh@yahoo.com>
63 * Scott Dattalo     <scott@dattalo.com> 
64
65
66 SDCC includes code from:
67 * Alan Baldwin      <baldwin@shop-pdp.kent.edu>
68    Initial version of ASXXXX and  ASLINK. 
69 * John Hartman      <jhartman@compuserve.com>
70    Porting ASXXX and ASLINK for 8051.
71 * Dmitry S. Obukhov <dso@usa.net>
72    malloc and serial I/O routines.
73 * Pascal Felber
74    Some of the Z80 related files are borrowed from the Gameboy
75    Development Kit (GBDK).
76