/* * Copyright 1998 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are * granted through contract. */ /* * ======== hello.cmd ======== * */ -c /* ROM autoinitialization model */ -stack 0x400 /* Lines starting with '-' are removed in the product */ -heap 0x400 /* The linker options are part of the make files */ -lrts6201.lib MEMORY { SDRAM : origin = 0x80000000, len = 0x400000 } SECTIONS { .vectors > SDRAM .text > SDRAM .bss > SDRAM .cinit > SDRAM .const > SDRAM .far > SDRAM .stack > SDRAM .cio > SDRAM .sysmem > SDRAM }