This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to specify DPP register for a global variable?

I am using XC161CJ.
I defined a variable in one assembly module.
Then how to specify DPP register for it in another C module? like following

extern int myVar;
myVar = 1234;

My goal is to assign DPP0 for this variable.

Thanks a lot.

0