5.1.1 Reading Program Memory as Data
There are three methods of accessing constants in program memory. The first method
is to use tables of RETLW
instructions. The second method is to set an
FSR to point to the program memory. The third method is to use the NVMREG interface to
access the program memory.