I am interested in debugging a small piece of code that is assembly only. The main goal for this is for educational purposes. My problem is that I can't debug my assembly code.
I am using CCS V6 with GCC compiler and MSP432 launchpad. I think I am missing something that would make GCC aware of assembly code debugging.
I definitely can go over disassembled code, but I can't do it using my own source code.
What am I missing to be able to do source code debugging in CCS V6?
Thanks for your help!