Is there an easy way (like a free program) that can covert c/c++ code to x86 assembly?
I know that any c compiler does something very similar and that I can just compile
Gcc can do it with the -S switch, but it will be disgustingly ugly at&t syntax.