Tagged Questions
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
176 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 ...
-2
votes
1answer
118 views
delete a file in protected mode env(like windows xp)
hi
I write a program to delete a file from somewhere of my harddisk in 8086
but when i use int 21h (ah=41h) an error happens and carry set to 1.and I cannot delete that.
does anyone know what can I ...