16 bit real mode c compiler

Programming, for all ages and all languages.
Post Reply
ACcurrent
Member
Member
Posts: 125
Joined: Thu Aug 11, 2011 12:04 am
Location: Watching You

16 bit real mode c compiler

Post by ACcurrent »

Anyone know of any 16 bit real mode c compilers.:?:
Should be enough info. GCC does not do 16 bit and watcom is kind of messed up and undocumented.
Get back to work!
Github
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: 16 bit real mode c compiler

Post by Combuster »

Have you googled? I got four names in the top 5 results.

That said, You will have to deal with lower quality software when compiling for 8086 architecture. Watcom is already one of the better choices so you might want to just learn to live with it.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: 16 bit real mode c compiler

Post by Solar »

ACcurrent wrote:GCC does not do 16 bit...
Apparently it does for the Linux kernel.
Every good solution is obvious once you've found it.
Casm
Member
Member
Posts: 221
Joined: Sun Oct 17, 2010 2:21 pm
Location: United Kingdom

Re: 16 bit real mode c compiler

Post by Casm »

ACcurrent wrote:Anyone know of any 16 bit real mode c compilers.:?:
Should be enough info. GCC does not do 16 bit and watcom is kind of messed up and undocumented.
Watcom is the most heavily documented compiler I know of:

http://www.openwatcom.org/index.php/Manuals

It used to be joked that software vendors would sell you a set of books, and give you a free CD to go with them. They have long since given up on the books, but they now charge you a small fortune for the CD.
Nable
Member
Member
Posts: 453
Joined: Tue Nov 08, 2011 11:35 am

Re: 16 bit real mode c compiler

Post by Nable »

borland C compiler - old but nice.
sphinx c-- compiler - really cute thing
JerryBrando
Posts: 1
Joined: Sat Nov 26, 2011 3:44 am

Re: 16 bit real mode c compiler

Post by JerryBrando »

Nable wrote:borland C compiler - old but nice.
sphinx c-- compiler - really cute thing
That's very useful..
Nable
Member
Member
Posts: 453
Joined: Tue Nov 08, 2011 11:35 am

Re: 16 bit real mode c compiler

Post by Nable »

JerryBrando wrote:That's very useful..
Sorry, i don't catch if it was a positive or negative reaction.
Did you mean that i must add download links?
Post Reply