Hi all,
I used
asm(" MVK .S2 0x0004, B2;");
asm(" MVKLH .S2 0x000c, B2;");
asm(" MVC .S2 B2, AMR;");
to set up the AMR
but i can't figure it out how to use the "A5 mode"
i found some tips on spra645.pdf
there provides a command
" LDH *A4++, A8;"
where it uses the A4 mode
but what i want to do is
to load a large array into the buffer and do some
computation circularly(FIR convolution)
how should i use A5 as a pointer in my c code?
any suggestion will be pleased
thanks,
David

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