Looking for 16-bit x86 compiler

后端 未结 10 963
春和景丽
春和景丽 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

    It has been a long time since I've looked at Paradigm stuff (are they still around?) -- are you sure they don't have command-line equivalents for the compiler? My recollection is that they were built on top of Borland's compiler toolchain... So maybe an old copy of Borland compilers might do the trick?

    -- Ah, looking a little futher, I find that Paradigm is still around (www.devtools.com) selling X86 tools. (Must be a cash cow!)

    Their professional product includes scripting... Depending on the amount of work you plan to do, it just might be worth it to bite the bullet and buy their full offering...

    Good luck.

提交回复
热议问题