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