Thanks for your help on this one. CCS kindly sent me V3.125. This fixes the FOR loop bug at the expense of slower execution time and greater ROM usage. When waiting for character output, extra time is ...
I've tried stripping code out of the loop, and the minimum it seems to need to produce the problem is:
(1) an IF statement with the true condition calling a function in a differe ...