Convert C source code into 16-bit 8086 assembly source code (for use with EMU8086)

May 12, 2018 at 7:55pm
Hi all

Does anyone know if it is possible to convert C source code into 16-bit 8086 assembly code (for use with EMU8086)?

Thanks
May 12, 2018 at 8:03pm
yes but this has me very curious: why? what are you building in there?
May 12, 2018 at 8:13pm
It is for a small project I am working on. (basically an ASCII shape bouncing around in the console window)

Could you tell me how? I have installed Watcom 2.0 but I don't know how to make it output the actual assembly code.
May 13, 2018 at 6:31pm
Google sez try commandline option -a=filename
I haven't used that compiler, but it has to be an option if that was not the right one try your help/documentation
Topic archived. No new replies allowed.