From: j DOT aldrich6 AT genie DOT com Message-Id: <199607020257.AA198086269@relay1.geis.com> Date: Tue, 2 Jul 96 02:24:00 UTC 0000 To: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Re: 16 - bit gcc ? Reply to message 9852687 from CJC AT JOHNPAUL. on 07/01/96 2:49PM > Does anyone know if there is a gcc package that generates 16 bit code >for DOS in real mode, or whether the DJGPP package has an option to do that ? DJGPP creates 32 bit code, not 16 bit code. To get 16 bit code, you'd have to rewrite the compiler. Also, AFAIK all GNU tools are written as 32 bit programs, because they were originally designed to run under Unix. Why the heck do you want to make 16 bit code anyway? That's taking a major step _backwards_ to my way of thinking. John