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.

CLA 变量声明及存储

你好,

      我在用280049的CLA编写汇编程序,  请问如何在ASM文件里面声明变量并赋值?或者如何把声明的变量放到CLA的data空间里面?

      例如我把RAMLS0配置为CLA的数据空间,我如何声明一个数组并初始化,让后把这个数组放到RAMLS0里面?