User Tools

Site Tools


c:getting_mixed_c_and_assembler_output

At compile time (from here)

$ gcc -g -Wa,"-ahl=mixed.lst" source_file.c

After compile time:

$ gcc -c -g -O2 source_file.c -o da.o
$ objdump -S da.o
c/getting_mixed_c_and_assembler_output.txt · Last modified: 2011/03/03 11:29 by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki