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.