gbdk/sdcc/doc
2015-01-10 18:55:39 +01:00
..
avr Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
sdccman.html Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
test_suite_spec.html Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
z80 Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
bccinst.txt Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
cdbfile.html Imported gbdk-2.91. 2015-01-10 16:25:06 +01:00
choices.txt Imported gbdk-2.92. 2015-01-10 16:25:07 +01:00
clean.mk Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
holder.pdf Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
INSTALL.txt Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
KNOWNBUGS.txt Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
macro-sys-design.txt Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
Makefile Fix the copy command by removing the explicit $MANUAL path. 2015-01-10 18:55:39 +01:00
random-notes.txt Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
readme.dj Imported gbdk-2.91. 2015-01-10 16:25:06 +01:00
README.txt Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
SDCCBugsFixed.html Imported gbdk-2.91. 2015-01-10 16:25:06 +01:00
sdccman.lyx Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
sdccman.txt Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
test_suite_spec.lyx Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00
test_suite_spec.txt Imported gbdk-2.96a. 2015-01-10 16:25:09 +01:00

SDCC - a Freeware, retargettable, optimizing ANSI-C compiler
------------------------------------------------------------
$Id: README.txt,v 1.4 2001/09/20 00:13:46 michaelh Exp $


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.

See share/doc/sdcc/INSTALL.txt for the installation instructions for
the binary kits.

See the share/doc/sdcc directory for more documentation.

See http://sdcc.sourceforge.net/ for the latest information on sdcc.


License:
SDCC is licensed under the GNU Public license (GPL) v2.  Note that
this license covers the code to the compiler and other executables,
but explicitly does not cover any code or objects generated by sdcc.
We have not yet decided on a license for the run time libraries, but
it will not put any requirements on code linked against it. See:

 http://www.gnu.org/copyleft/gpl.html


Support:
SDCC is a collaborative effort between a group of volunteers.  Please
feel free to report bugs via the Sourceforge bug tracker, or to ask
questions on the user mailing list.  See:

 http://sourceforge.net/tracker/?atid=100599&group_id=599&func=browse

 http://sourceforge.net/mail/?group_id=599


Notes:
* The avr, and pic ports are currently experimental.


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     <drdani@mazsola.iit.uni-miskolc.hu>
* Jean Loius-VERN   <jlvern@writeme.com>
* Johan Knol        <johan.knol@iduna.nl>
* Karl Bongers      <karl@turbobit.com>
* Kevin Vigor       <kevin@vigor.nu>
* Michael Hope      <michaelh@juju.net.nz> <nz_michaelh@yahoo.com>
* Scott Dattalo     <scott@dattalo.com> 


SDCC includes code from:
* Alan Baldwin      <baldwin@shop-pdp.kent.edu>
   Initial version of ASXXXX and  ASLINK. 
* John Hartman      <jhartman@compuserve.com>
   Porting ASXXX and ASLINK for 8051.
* Dmitry S. Obukhov <dso@usa.net>
   malloc and serial I/O routines.
* Pascal Felber
   Some of the Z80 related files are borrowed from the Gameboy
   Development Kit (GBDK).