When I compile my source code (c/c++) I would like to see the ARM Cortex asm code that the compiler produces along with the source code. I can see it when I am debugging, but is there a target option in the linker to produce that type of listing ? A .cod file ?
tia