Size of Pointer to Constant Table

I would like to know how can we control the size of the pointer that point to RAM area.

UByte *RamAdr;
For code above, I found that the pointer size is different in 2 different software (1 software use 2Bytes to reference RAM area while the other one use 3Bytes

How to control size of Pointer to RAM area

More questions in this forum