|
| HCompact ModelThe hcompact memory model (selected with the HCOMPACT directive) uses the segmented mode of the C16x/ST10/XC16x microcontroller. In this memory model: - Variables are stored in huge memory when they require more space than defined by the HOLD directive.
- Functions are stored in near memory and are accessed using near calls.
This memory model is the best choice for C16x/ST10/XC16x programs that have small code and large data requirements. Note - The HCOMPACT memory model is not available for 80C166 microcontrollers.
|
|