Hello everybody,
First of all, sorry for my english langugae because it is not my origin language.
So, i would like to know, how to define a pointer to point in gap memory in xdata. Look this example : unsigned char xdata * Ptr;
The adresse of Ptr is in internal data, and it point to xdata memory but anywhere (out of physical memory)!! I want to define this pointer to point in available gap memory xdata.
I hope it's clear. Thanks.
begin ptr = &h8002 *ptr = &h25; end.
That's not the correct syntax for Keil's C51 compiler ...
... Unless they now have undocumented support for some sort of Pascal-esque additions???