Does GCC have an option to generate mixed-mode assembler output, similar to to GDB's mixed-mode output? I see the -S option stops before the assembler stage. Is there another option for GCC to generate this file w/ the source line above the asm code (commented out, of course)? Regards, Nick G.