Introduction - If you have any usage issues, please Google them yourself
		 
 The Small C compiler translates a subset of the C language into
 assembly language. It runs under PC/MS-DOS 2.1 and later. Small
 C is compatible with the Microsoft and Small Mac assemblers.
 Small C takes full advantage of the ability of these assemblers
 to generate relocatable object code, to maintain libraries of
 relocatable modules, and to link separately compiled program
 modules. It supports a small memory model with one code and one
 data/stack segment.