Haodong Wang wrote:
I need to write assembly language to do extensive computations in efficient way for my Telos-b mote project. The problem is that mspgcc does not allow me to directly use the registers. I cannot specify "R15" or "r15" in my program, otherwise it does not compile with the error message " 'R15' undeclared".
works for me. can you provide an example, some code and how you compile it? are you writing separate assembler files (*.S) or inline assembler in C? chris
