-MMU: Enable Memory Management Unit (MMU) Support

Group

CODE GENERATION

Scope

Compilation Unit

Syntax
  -MMU
  
  
Arguments

None

Default

None

Defines
  __MMU__

  
Pragmas

None

Description

Setting this option informs 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.

Example
  __asm CALL myfun;