
|
According to spru186.pdf(TMS320C6000 Assembly Language Tools User¡¯s Guide), I use the ".cstruct" assembler directive in my linear assemly code: MyStruct .cstruct starta .uword startb .uword enda .short endb .short pos .byte MyStructLength .endstruct But CCS3.0 ( and CCS2.2) alwarys complains that: " ERROR! Illegal mnemonic specified " OR " Symbol '.uword' is defined multiple times " Is there anyone having the experience of this directive? How should I use this directive? Any advice is appreciated! zxjan |