hi i have CCS 3.3 and i want to compile and run assembly language program of TMS320C5416 processor on simulator. my CCS 3.3 have TMS320C5416 simulator target but not DSK.would that cause any problem?
now, when build i am getting lot errors as:
"test.asm", ERROR! at line 2: [E0002] Invalid mnemonic specification
"test.asm", ERROR! at line 7: [E0300] Symbol STM has already been defined.
i have tried to compile given code:
.mmregs
.global _c_int00
.text
_c_int00:
STM #10H, AR2
STM #410H, AR1
LD #0H, A
SSBX SXM
START:
ADD *AR1+, A
BANZ START, *AR2-
NOP
.end
steps that i have followed is simply created new project and added asm file in source and build. not made any other changes !
what other changes have to be done?some library file needed to be added or some BSP etc.
please tell about those files and where to add them to get things working.
thank you