Hi,
We have a sample code which is written in assembly.
The instructions for C5515 are
_Test:
AC0 = 0;
repeat (#351)
AC0 = AC0 + ((*AR0-)* (*AR1+));
(*AR2+) = HI(AC0);
(*AR2) = AC0;
return
The Test routine takes three int16 pointers. The first two are inputs and the third one is output.
What will be the equivalent instructions to convert it to C6727B?
If I understood correctly for C6727B the first two arguments are passed in A4, B4 respectively and the third argument is passed in A6.
What about the equivalent instruction for repeat in C6727B?
Thank You for your time and reading the post
Regards,
GSR