Hi,Sometime I have a strange problem when I do jump in my assembly code (embedded in C), the compiler always complains "Error: symbol 'L1' is already defined". I changed the symbol, but it still complains the same problem. Is that the bug in mspgcc? Any solution to get around? Thanks!
" mov #1000, r8 \n" "L1: \n" " mov #1000, r9 \n" ...... " jnz L1 \n"
haodong