-model

Sets the memory model for the application.

Syntax
  -model SMALL | MEDIUM | LARGE  
Remarks

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.