From: Karl Rasmussen Newsgroups: comp.os.msdos.djgpp,gnu.gcc.help Subject: Re: embedded 16 bit, real mode, x86 target for gcc? Date: Thu, 04 May 2000 11:08:15 -0500 Organization: CompuServe Interactive Services Lines: 15 Message-ID: <3911A06F.4B5FE53C@vvm.com> References: <39104272 DOT D461E8D8 AT vvm DOT com> <39107F36 DOT 3B11236C AT mtu-net DOT ru> NNTP-Posting-Host: firewallext.tx.acer.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ssauraaa-i-1.production.compuserve.com 957456495 26183 206.175.72.226 (4 May 2000 16:08:15 GMT) X-Complaints-To: newsmaster AT compuserve DOT com NNTP-Posting-Date: 4 May 2000 16:08:15 GMT X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14-15mdk i686) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Alexei A. Frounze" wrote: > > > If it's applicable for your situation, you're welcome to my homepage. > > [wanting to generate 16 bit code from C] Alexei, Thanks for the pointer to your code. Summarizing your solution is: use nasm for pure assembly source, or use Borland free Turbo C, TASM for mixed C and assembly. Thanks, Karl Rasmussen karl AT vvm DOT com