How Do I Utilize the Linear Memory on Enhanced Mid-range PIC Devices?

The linear addressing mode is a means of accessing the banked data memory as one contiguous and linear block on enhanced mid-range devices (see Address Spaces). Your device data sheet will indicate if this memory is implemented on your device and contain further operational details.

Use of the linear memory is fully automatic. Objects that are larger than a data bank can be defined in the usual way and will be accessed using the linear addressing mode (see Object Size Limits). If you define absolute objects at a particular location in memory, you can use a linear address if you prefer, or the regular banked address (see Absolute Objects In Data Memory).