C compiler

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
pepito

C compiler

Post by pepito »

Exists some C compiler that generates NASM code?

pepito
carbonBased

RE:C compiler

Post 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
Post Reply