DSPRelated.com
Forums

help for linear assembly

Started by goelhss May 24, 2003
Hi All,

I am new to assembly programming in C62x and I m facing a problem.

I have to convert a "C" function into linear assembly.
This function declares and uses a 1-D array and a 2-D array,
which I would want to declare on stack.

I gathered some idea that i need to shift stack pointer here and there ot make
room for local arrays...
but the assembler does not allow me to use B15 saying
"not allowed in linear assembly"..

How to solve this ? Also, if i need to have a Word32 boundary aligned array on stack,
how do i ensure that ?? Please help.
Thanks a lot

Vishal.