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