Tool/software: Code Composer Studio
Hi
I'm trying to write my first assembly program for TMS320VC5507 DSP.
What does the problem attached to this post mean? And How could I solve it?
The emulator is XDS100V2
This is my simple code:
.global _start _startMOV #0x1234 , AC0 ; MOV #0x4567 , AC1 ; Wait B Wait;
Thanks