Sender: crough45 AT amc DOT de Message-Id: <97Aug19.113851gmt+0100.17042@internet01.amc.de> Date: Tue, 19 Aug 1997 10:43:36 +0100 From: Chris Croughton Mime-Version: 1.0 To: peuha AT cc DOT helsinki DOT fi Cc: djgpp AT delorie DOT com Subject: Re: generating 16-bit code (286 and lower) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Esa A E Peuha wrote: > > If that is the problem I think is much more easy adapt the code to be > > compiled with one of the free 16 bits compilers. > > And where can I find those? Have a look at the comp.languages.c FAQ, available as http://www.cis.ohio-state.edu/hypertext/faq/usenet/C-faq/faq/faq.html Section 18.3 mentions some free and cheap C compilers, including DJGPP (of course!), something called PCC and several others. It also has pointers to the comp.compilers FAQ which apparently discusses this in more detail. There are also several "TinyC" compilers, which implement a subset of K&R C (often without things like structs), and there is also a language "C--" which is ideal for writing small utilities and TSRs, but has a somewhat idiosyncratic syntax (it's C-like, but not identical). Chris C