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
I really think that the OP needs to appreciate the basic difference before getting involved in the question of memory spaces and any other Keil specifics.
That is to say, he/she must appreciate that there is a difference between a pointer and an array.