What C++ compiler will generate ASM that can be assembled in FASM?

I'm looking for a compiler that can generate assembly code that could be opened and compiled with FASM with no (or at least as little as possible) alteration to the assembly as possible. MinGW's assembly uses GNU's opcodes and Visual C++ seems to tack on their own stuff at the top of the assembly.

Anyone know what I should be looking for?
That seems like an odd question. Why do you need to assemble specifically with FASM?
Last edited on
Topic archived. No new replies allowed.