Run objdump -d on the generated .o file.
Thanks. Silly me expecting it to come out of the assembler.
Downside of that is that it's disassembled code and has some quirks to it, loses source references, not formatted ideally - a little harder to read.
Hmm, I could write a ute to substitute/merge the .s with the output of the above...