Related articles |
---|
[4 earlier articles] |
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) |
Re: C 16 bit compiler gneuner2@comcast.net (George Neuner) (2010-10-01) |
Re: C 16 bit compiler gneuner2@comcast.net (George Neuner) (2010-10-03) |
Re: C 16 bit compiler cr88192@hotmail.com (BGB / cr88192) (2010-10-06) |
Re: C 16 bit compiler newshound1@digitalmars.com (Walter Bright) (2010-11-11) |
Re: C 16 bit compiler prenom_nomus@yahoo.com (Marco) (2010-11-20) |
From: | Walter Bright <newshound1@digitalmars.com> |
Newsgroups: | comp.compilers |
Date: | Thu, 11 Nov 2010 00:44:01 -0800 |
Organization: | Digital Mars |
References: | 10-09-027 |
Keywords: | C, architecture |
Posted-Date: | 13 Nov 2010 00:36:38 EST |
Jack Smith wrote:
> Do you know about a compiler C which can compile into 16 bit?
The Digital Mars C compiler can:
http://www.digitalmars.com/download/freecompiler.html
> 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.
Why ELF? DMC generates OMF, and the linker will turn it into COM, SYS or EXE files.
---
Walter Bright
Digital Mars free C, C++, D programming language compilers
http://www.digitalmars.com
Return to the
comp.compilers page.
Search the
comp.compilers archives again.