Sign in

username:

password:



Not a member?

Search code-comp



Search tips

Subscribe to code-comp



code-comp by Keywords

ARM7 | BIOS | Bug | EVM | JTAG | Linker | LOG_printf | McBSP | Profiling | Relocation | RTDX | Simulator | Target | Watch


Discussion Groups

Discussion Groups | Code-Composer | about the usage of ¡°.cstruct¡± assembler directive

Technical discussions about Code Composer Studio.

  

Post a new Thread

about the usage of ¡°.cstruct¡± assembler directive - zhoux1977 - Dec 22 4:44:00 2004




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




(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )