Hey TI community
Hope you are all good.
I have a doubt regarding Jump Instruction MBCNDD. My question is if there are multiple labels in the same ".asm file", so if you reach the end of one, Program counter will automatically start the next sequentially.
I have attached the example code for Ti Reference manual.
As you can see, suppose the first MBCNDD causes the program to branch to "Skip1" Section. Now what would have happened if "MSTOP" was not written in the end. Would the program counter go to "Skip2" section?
Thank You