Hi,
I am working with a C28069 Piccolo Control stick. While optiming a delay buffer shift function, I would like use the RPTB assembly command, but I repeatedly face the error :[E0200] Block Size out of range. I am using the 6.2.3 compiler (I know there was an error related to this fixed in the 6.1.1 compiler).
Lets say my code is:
RPTB loop_end,#48
MOVL ACC,*--XAR4
MOVL *--XAR5,ACC
loop_end
Is this incorrect usage? How can i correct it? Also, is there some way to get the C compiler to use the RPTB command instead of BANZ?
Thanks,
Anandhi