This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

char xdata *pointer _at_ postion : absolute illegal specifier

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

0