Hi,
I want to test part of a linear assembly function performance. I do not want to include the in/out register save / restore cycles. From the posts, I know I can get the cycles from reading TSCL before and after the desired test part. It is difficult to find the TSCL instruction in disassembly window. I am new to get cycles for released code (not debug mode). I hope that output TSCL as a parameter to printf (or some other console function) to get the cycle number.
BTW, the project does not use SYS/BIOS now. It is a C64 DSP. CCS is v5. Could you give me more detail on get cycle number for a part of linear assembly function.
Thanks,