This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

cose composer studio problem

I am working in TMS320C6400_0-674x (Simulator) - cose composer studio. I am trying to use SPLOOP operation in my code but I got this problem:

"copy_memory.asm", ERROR!   at line 37: [E0003] Illegal register ILC

MVC A1,ILC

 

"copy_memory.asm", ERROR!   at line 37: [E0005] Operand #2 missing: register

                                                expected

MVC A1,ILC

 

"copy_memory.asm", ERROR!   at line 40: [E0800] Instruction invalid for C6400

SPLOOP 3

 

"copy_memory.asm", ERROR!   at line 48: [E0800] Instruction invalid for C6400

SPKERNEL 4,0

 

4 Assembly Errors, No Assembly Warnings

 

Errors in Source - Assembler Aborted

 

>> Compilation failure

 

Build Complete,

  4 Errors, 0 Warnings, 0 Remarks.

  • Hi,

    It seems you are building for the C64x family of devices [6400], which does not feature SPLOOP. Can you use the option -mv6740 in your command invocation?

    C:\> cl6x -mv6740 <other_options> <source_file.asm>

    Hope this helps,

    Rafael