Sets the memory model for the application.
-model SMALL | MEDIUM | LARGE
With the SMALL memory model, the compiler generates 14-bit accesses to global non-constant data. With the MEDIUM memory model, it generates 18-bit accesses. With the LARGE memory model, it generates 24-bit accesses. For more information, refer to the topic Memory Models.
The default is MEDIUM.