This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Jump to label in the startup code

Hi,

I have a label, say "XX" in the startup assembly code.
Later if I want to jump to label "XX" in the inline assembly by using

__asm{ B XX }

The compile in Keil MDK complains "the label XX is referred but not defined".

How should I work around this problem? Thanks a lot.

Best regards Shohreh

0