Syntax

-m8m

Description

This option instructs the linker to generate code for parts with between 128K and 8M of code memory. For devices that have 8K of code memory or less, you should use the -m8k switch so that RJMP instructions are always used and for devices with 128K of code memory or less, you should use the -m128k switch so that the 16-bit program counter of these devices is supported correctly.