3.3 __far Keyword

The IAR __far keyword places and accesses objects in far data memory, which has an addressable range 0x0-0xFFFFFF. Pointers qualified with this keyword can point to any address in this range.

Suggested Replacement

None. MPLAB XC8 only supports 16-bit data memory pointers.