I use 6455 DSP and want to just read (and not modify) the program counter. I tried the following:
#include <c6x.h>
...
unsigned int temp;
temp = PCE1;
....
Is this the right way to do it? I don't get the exact value of PC at the line. It is slightly off. Thanks
Bharat Meshwani