pdata
The pdata memory type may be used to declare variables only. You may not declare pdata functions. This memory is indirectly accessed using 8-bit addresses and is one 256-byte page of external data RAM of the 8051. The amount of pdata is limited in size (to 256 bytes).
Variables declared pdata are located in the PDATA memory class.
Declare pdata variables as follows:
unsigned char pdata variable;
Related Knowledgebase Articles