Crossware

Table of Contents        Previous topic       Next topic       

LINKER->Linker Command Line Options->Place Program Code in RAM (/NOROM)

This option forces the linker to place the program code in ram. (The limits specified by the /RAM option are used to determine available memory.)

The program code and data occupy the same address space with this option.

The /NOROM option is ignored if a linker script has been specified.