make assembler source
Mahesh Revuri
maheshr at in.ceeyes.com
Wed Jan 30 11:03:55 UTC 2002
Say your application is foo.c.. You just got to compile it with
" gcc -S foo.c"
And you'll get your foo.s which is what you would want to
view. Just read the gcc man pages for more details.
Mahesh
Stan wrote:
> Hi,
>
> I will like to see the code assembler after compilation.
> how Ido it ?
> How to use the flag "-S" when I compile my application ?
>
> Thank.
>
> Stan .
More information about the users
mailing list