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.

Programming the ezDSP USBstick with pure assembly language only using CCS4

Has anyone ever successfully been able to write DSP code using only assembler mnemonics in CCS4?

Take the EZDSP_Sample project, for instance.

I tried adding opcodes to vector.asm (after the init code finishes and b4 it drops into the C-Int routine) but I get a parse error for any opcode I use. 

The .asm files seem to only accept some type of macro language (for example, bit(ST3,#7) = #0 ; Clear bus error interrupts).

Does anyone have an example project that will actually compile C5505 assembly language?

Thanks!!