May 12, 2018 at 7:55pm UTC
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 UTC
yes but this has me very curious: why? what are you building in there?
May 12, 2018 at 8:13pm UTC
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 UTC
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