Changes
/* Specific */
= General In general =
''"In computing, '''Small-C''' is both a subset of the C programming language, suitable for resource-limited microcomputers and embedded systems, and an implementation of that subset. Originally valuable as an early compiler for microcomputer systems available during the late 1970s and early 1980s, the implementation has also been useful as an example simple enough for teaching purposes.''
''As of 2007<sup style="display: none" class="plainlinks noprint asof-tag update">[http://en.wikipedia.org/w/index.php?title=Small-C&action=edit <font size="2">[update</font>]]</sup>, Small-C—now almost twenty-five years old—is still being used, ported, hacked and studied by people who want to learn how a compiler is written."''
''main (argc, argv) ; This syntax is accepted by small-c but its implementation is so system dependant that Cain wisely chose to ask the operator for parameter inputs thru 'console input' rather than command line parameters to sidestep this implementation detail until a later time.''
(From "The -fbin Project / Small-C / Link: <u><font color= Links ="#810081">[http://www.project-fbin.hostoi.com/Proj_SmC/CainC/AboutSmC.txt.html http://www.project-fbin.hostoi.com/Proj_SmC/CainC/AboutSmC.txt.html]</font></u>)
= Specific = Compiler versions or interpreter for 8080/Z80 in general (look at): * <u><font color="#810081">[http://www.cpm.z80.de/small_c.html http://www.cpm.z80.de/small_c.html]</font></u> * <u><font color="#810081"><font color="#810081">[http://www.z80.eu/c-compiler.html http://www.z80.eu/c-compiler.html]</font></font></u> * <u><font color="#810081"><font color="#810081">[http://www.genesis8bit.com/frontend/programm/cpciolib.zip IO Library for Small-C to produce AMSDOS programs by Juergen Weber]</font></font></u> * [http://futureos.cpc-live.com/files/FIO.zip FutureOS library FIOLIB] = Cross-Compiler = [http://www.cpcwiki.eu/index.php/Z88DK Z88DK] [[Category:C]] [[Category:CP/M]]