C 16 bit compiler

Jack Smith <ilikequoting@katamail.com>
Mon, 27 Sep 2010 23:01:36 -0700 (PDT)

          From comp.compilers

Related articles
C 16 bit compiler ilikequoting@katamail.com (Jack Smith) (2010-09-27)
Re: C 16 bit compiler efutch@gmail.com (Egdares Futch) (2010-09-28)
Re: C 16 bit compiler nmh@t3x.org (Nils M Holm) (2010-09-29)
Re: C 16 bit compiler cr88192@hotmail.com (BGB / cr88192) (2010-09-28)
Re: C 16 bit compiler gneuner2@comcast.net (George Neuner) (2010-09-29)
Re: C 16 bit compiler ArarghMail009@Arargh.com (2010-09-30)
Re: C 16 bit compiler ilikequoting@katamail.com (Jack Smith) (2010-10-01)
[5 later articles]
| List of all articles for this month |

From: Jack Smith <ilikequoting@katamail.com>
Newsgroups: comp.compilers
Date: Mon, 27 Sep 2010 23:01:36 -0700 (PDT)
Organization: Compilers Central
Keywords: C, history, question
Posted-Date: 28 Sep 2010 22:55:02 EDT

hi!


Do you know about a compiler C which can compile into 16 bit? i've
tried watcom, but it's difficult to use and i need that 16 bit binary
to be an ELF, not an OMF, besides ELF is rudimentary in wlink.


The more general question,
suppose you have to write a bootloader (only stage1) in C and in real
mode, what compiler will you use?


ah, yeah..unfortunately.. gcc is not suitable for this,
because .code("asm16gcc"); directive makes the compiler to insert a
lot of 66 and 67 stuff in the code which makes the binary too large
for my purpose, moreover someone says that it will not work either, do
you confirm this?.


any help is appreciated..



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.