Tagged Questions
6
votes
2answers
463 views
Is there a C compiler that targets the 8086?
I have an 8086 CPU emulator. It emulates only 8086 instructions. I am searching now for a C compiler to target this emulator with. Is there any C compiler out there that can do this?
Also, having a ...
6
votes
8answers
4k views
Looking for 16-bit x86 compiler
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 automate building.
The ...
1
vote
2answers
177 views
Convert C/C++ to 8086/88 Assembly
Is there any way to convert C/C++ to Assembly not to HEX.
Not like something that gcc or other compiler done(C/C++ --> ASM --> HEX).
Only Convert It to ASM.
Is there any way to do it by gcc,I mean ...