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.

Compiler/AM5708: DSP asm code

Part Number: AM5708

Tool/software: TI C/C++ Compiler

Hi,I have some questions during my design process of linear assembly .

1. stw a , *b[0];  Here the b is array which is in stack, I have a question which is if stw  can be used to b?

2. How can I implement the pow in linear assembly.

3.How can I initialize  the float value to a register ,which instruction should I use?