How to produce an assembly file (.asm) on Windows by having a program in C?
I use NetBeans 6.7.1 on Windows and it would help me a lot if i could do that,
additionaly do you know a way that the syntax produced will be compatible with MASM?
I have Ubuntu too and i used the command
gcc -S file.c
and produced a (.s) file that i cannot run either.
Do you know a way of doing the first thing or both?