Hi, NXP experts,
I need to define a local array of size 64 in assembly code and initialize it to zero. Each element is 32-bit word. I tried to define it in the following way (see attached screen shot). It works.
But my question is: is there a better way to define the array (something like, csirs_after_cc[64]) in one line, rather than define it with 64 lines?
BTW, do you have any document to explain the assembly syntax, like .global, .data, .text, etc. I have LA1224 instruction set manual, but it does not include assembly syntax information.

Thanks,
Xuedong Yang