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