any simple way to see compiled asm output ?
I opened a new empty project from PIC32MM0256GPM064 + xc32 and I wanted to see what exactly compiler does to fullfill configuration pragmas, so I could roll my own project in assembler if need be.
In order to do that I'd need to compile sources to generated assembly, without going the full way to ELF binaries and linking step.
I'm not that familiar with Windows that I am using at the moment, so I can't just flip into command line nor do I feel comfortable messing with project makefiles. Is there a simple way of doing this from an IDE itself ?