c/c++ to assembly compiler?
Does anyone know if anything that takes c/c++ code and turns it simply into assembly without having to compile then decompile it?
errm.... every C++ compiler in existence does exactly that as that's kind of the point of compiling... =/
Erm.. Every Windows compiler compiles to assembly...