Hi
Why does this declaration not work: char xdata *pointer _at_ postion;
but this one works: char xdata array[1] _at_ postion;
Should be theoretically the same, or not?
Thanks Egon
Your right, too much thinking today, therefore the confusion!!
Thanks for the link, the conversion of the generic pointer to a memory specific pointer solves the compiler error!
Thanks for the quick help