X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=README;h=4e35d99b45ffd6a27a6a33f9894a70e1507309da;hb=eae1bd2f705a2c61e143c539f8c4d1e9c2b4efe6;hp=0469134a776f55990e15bccd021cfd0f17aea9a5;hpb=f17d48f96b1d331629939ef718b05f3f9219c198;p=fw%2Fsdcc diff --git a/README b/README index 0469134a..4e35d99b 100644 --- a/README +++ b/README @@ -1,57 +1 @@ -Small Device C Compiler (sdcc) ------------------------------- -A C compiler for the Intel mcs51 series and soon the Z80. - -http://sdcc.sourceforge.net/ - -This file is just a stub. It will get better. - -Almost all of this is by Sandeep Dutta -The Z80 port was started by Michael Hope - -Some of the Z80 related files are borrowed from the Gameboy -Development Kit (GBDK) originally by Pascal Felber. - -Notes: ------- -000123 mlh: You can set the processor type at run time. Try: -sdcc -mz80 blah.c -sdcc -mmcs51 blah.c - -The default is the mcs51. - -Roadmap: --------- -README - This file -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. - -Most of the port related files are in a subdirectory below the -appropriate module. For example, all compiler z80 related files -are in src/z80, all 8051 (mcs51) specific library files are in -device/lib/mcs51. - -Links: ------- - -* SDCC homepage - http://sdcc.sourceforge.net/ - -* GBDK homepage - http://gbdk.sourceforge.net/ - -* SDCC at Geocities (old) - http://www.geocities.com/ResearchTriangle/Forum/1353/ - -* SDCC mailing list - http://sdcc.listbot.com/ - -* Yahoo! Random link - http://random.yahoo.com/bin/ryl +This file is depreciated. Please see doc/README.txt.