Page 1 of 1

C compiler

Posted: Tue Mar 16, 2004 12:00 am
by pepito
Exists some C compiler that generates NASM code?

pepito

RE:C compiler

Posted: Tue Mar 16, 2004 12:00 am
by carbonBased
You can, fairly easily, make a build of LCC 3.6 which generates Nasm code.  I did it a couple years ago for my OS.

There's docs for it in the Nasm distrib docs, I believe.

Jeff