Use this panel to specify the memory model that the architecture uses. The build tools (compiler, linker, and assembler) use the properties that you specify.
The following table lists and describes the memory model options for HCS08.
| Option | Description |
|---|---|
| Memory Model (-M) | Specify the memory model for the build tools:
|
| Enable Memory Management Unit (MMU) Support (-MMU) | Check to inform the compiler that CALL and RTC instructions are available, enabling code banking, and that the current architecture has extended data access capabilities, enabling support for __linear data types. This option can be used only when -Cs08 is enabled. |