This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C compiler for Intel 80188

Hi
I need an optimized C compiler for 80188 microcontroller,The part is not mentioned in Keil list.
Anyone knows where can I find it?

Parents
  • It used to be possible to use Borland tools to generate x86/88-based embedded code not dependent on MS-DOS, Windows, PC, BIOS, etc - so maybe try ebay and see if you can find an old Borland C++ v3 or v4.

    You can download the Borland C++ v5 compiler only (no IDE) for free from the Borland site, but I don't know if it can still be used to generate embedded code, and I fear that it may no longer support the 80188.
    Might be worth a look, though.

Reply
  • It used to be possible to use Borland tools to generate x86/88-based embedded code not dependent on MS-DOS, Windows, PC, BIOS, etc - so maybe try ebay and see if you can find an old Borland C++ v3 or v4.

    You can download the Borland C++ v5 compiler only (no IDE) for free from the Borland site, but I don't know if it can still be used to generate embedded code, and I fear that it may no longer support the 80188.
    Might be worth a look, though.

Children