cassemblygccx86-16

How to use GCC to compile C code to 8088 Assembly?


I've been looking for a piece of information and couldn't seem to find it, maybe you guys could give me a hand. It's a simple question:

I'm coding a small program in 8088 assembly and would like to know how some things are done by the compiler, this would be really great.

Thanks!


Solution

  • There is an 16 bit release of djgpp (which is based on gcc), which is said to be able to produce 8086/88 code here