USING DATA MEMORY ATTRIBUTES
The compiler provides a set of extended keywords, which can be used as data memory
attributes. These keywords let you override the default memory type for individual data
objects and pointers, which means that you can place data objects in other memory areas
than the default memory. This also means that you can fine-tune the access method for
each individual data object, which results in smaller code size.
This table summarizes the available memory types and their corresponding keywords:
不看这些废话,上图表