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.
Take a look at this page in the manual: http://www.keil.com/support/man/docs/c166/c166_ap_nearptr.asp Jon