Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Code generation for older CPUs

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
parahack

Code generation for older CPUs

#1 Post by parahack »

Can the cc compiler be used to generate code for Intel 80186/80188 CPUs? If not, any suggestions for other C compilers?

User avatar
Sashko
Posts: 45
Joined: 2006-11-20 19:48
Location: Rivne, Ukraine

Re: Code generation for older CPUs

#2 Post by Sashko »

parahack wrote:Can the cc compiler be used to generate code for Intel 80186/80188 CPUs? If not, any suggestions for other C compilers?
See this: http://www.delorie.com/djgpp/16bit/gcc/

Guest

Re: Code generation for older CPUs

#3 Post by Guest »

Thanks for that. It looks somewhat unfinished (no far pointers, etc.) so may not be much use for "serious" programs.

I have since come across bcc (Bruce's C Compiler) which supports 8086, though not specifically 80188, but should mean I can compile some useful programs. I would still like a compiler with 80188 support if you should ever hear about one.

Post Reply