Disassembly view (next to code) NOT in debug mode
Hi,
I want to compare a couple of different ways to implement the same functionality in an ISR to see which one leads to the smallest/fastest code.
Is there a way - after compiling but without running a debug session - to see the disassembly code after each instruction?
Also - regardless of whether there is such way or not - what other ways can you see the number of cycles it takes for a chunk of code to execute, again, without running a debug session on the micro.
Thank you


