SMALL Memory Model

If the current memory model is SMALL, the compiler generates 14-bit accesses to global non-constant data. All global non-constant data must fit into 16KB of RAM.

Use option -model small to select the SMALL memory model. For more information, refer to the topic -model.