Looking for 16-bit x86 compiler

后端 未结 10 975
春和景丽
春和景丽 2020-11-29 05:52

I am working on an embedded systems project and have run into an issue of the compiler being programatically embedded in the Paradigm C++ IDE. I would like to be able to aut

10条回答
  •  一向
    一向 (楼主)
    2020-11-29 06:34

    Take a look at bcc, which is a 16-bit x86 C compiler. For example, there are also Debian packages for it.

提交回复
热议问题