ql000
Newbie level 4

8051 xdata
Hello!
I am porting some 8051 uC C code to C18 PIC code and I have some difficulties regarding the XDATA. I am programming in C18. What would be the most efficient way to port something like this:
char xdata * some_variable; // into C18 PIC code
Thanks!
Hello!
I am porting some 8051 uC C code to C18 PIC code and I have some difficulties regarding the XDATA. I am programming in C18. What would be the most efficient way to port something like this:
char xdata * some_variable; // into C18 PIC code
Thanks!