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

How do pointers with different store type be organized into RAM?

As we know, most of pointers in 8051 have 3 bytes. One of these bytes indicates the address type(data, xdata and so on) this pointer points to; the other two bytes will be organized the address. But orders of these 3 bytes are different from the other(with different store type).
I want to get the specification. Who can help me?
Thanks a lot.

0