• 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...
  • 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...
  • 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...
  • 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...
  • Assign a global variable to a register
    Hello, in my application I use often a global variable. Since this variable is use in lots of functions, I'd like to assign it to a specific register (like DR28). It is possible? If yes, how can I...