5.3.9.6 Ram And Rom Pointer-target Qualifiers
The __ram
and __rom
qualifiers ensure
that pointers access targets only in a desired memory space. They do not affect the
placement of pointers with which they are used. See Data Pointers for more information.