Hi
I am developing a high-performance assembly routine on the F28027 microcontroller and was wondering how to use branch statements within the .loop directive
.loop 5
<code>
XBANZ skip, *--
<code>
skip:
<code>
.endloop
Of course, this produces the assembly error "Symbol skip has already been defined". What is the correct way to achieve this behaviour?