Date: Sun, 29 Nov 1998 13:44:51 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Luca cc: djgpp AT delorie DOT com Subject: Re: Is it possible? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 26 Nov 1998, Luca wrote: > Is it possible to write the Real-Mode code in C and compile it using > DJGPP? AFAIK, GCC cannot produce real-mode 16-bit code. DJ Delorie's server has a pointer to (an unifinished) project that should make it possible. Seems to me like writing the 16-bit code in assembly would be much easier, though.