This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Help with gcc to assembler compilation


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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]