Codegen Gurus,
The C28x compiler has an intrinsic for setting the TC bit:
__tbit(int src, int bit); // set TC if bit specified of src is 1.
What is the intended use of the intrinsic? i don't see a way to do anything else with the TC bit from C - for example there is no conditional branch that uses TC as its test?
-Lori