3.8 __huge Keyword
The IAR __huge
keyword places and accesses objects in huge data memory
(addressable range 0x0-0xFFFFFF). Pointer arithmetic and access is all 24-bit. 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.