This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28035: Branching in assembly Language

Part Number: TMS320F28035


 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