This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Help with gcc to assembler compilation
- To: gcc at gcc dot gnu dot org
- Subject: Re: Help with gcc to assembler compilation
- From: Jan Dvorak <johnydog at go dot cz>
- Date: Tue, 19 Sep 2000 18:07:47 +0200
- Organization: (XNET.cz)
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>