I think gcc has the option to output an asm file from c source ...
Quote:
Originally posted by ua549
Why do you think that is the way all C compilers work?
C is an implementation of Algol and Algol does not work that way.
If C generates assembly source code then it can be captured, modified and assembled later. That is not the case with the C compilers I am familiar with.
