Help with gcc to assembler compilation

Jan Dvorak johnydog@go.cz
Tue Sep 19 09:09:00 GMT 2000


On Tue, Sep 19, 2000 at 04:35:16PM +0100, Yaaqov Karp wrote:
> Hi,
> 
> I'm trying to convert a small "C" program into an assembly code for Motorola
> chip MC68HC11 under Linux, sparcs and windows. I understand that there are
> options to do this using GCC.
> Unfortunately, even after an extensive search of various documents of the
> GNU compiler, I'm not getting anywhere. Can you advice me on the best course
> of action/direct me to the appropriate help section (or web page).

'-S' option added to GCC produces assembler output as it looks just before
linking. 

Jan Dvorak <johnydog@go.cz>



More information about the Gcc mailing list