code
The code memory type may be used for constants. This memory is accessed using 16-bit addresses and may be on-chip or external.
The code memory is limited to 64K. Objects are limited to 64K and may not cross a 64K boundary. Constant variables declared code are located in the CODE memory class.
Declare code objects as follows:
unsigned char code code_constant;