1 /* Linker script for the gdb v850e simulator (CONFIG_V850E_SIM). */
4 /* Interrupt vectors. */
5 INTV : ORIGIN = 0x0, LENGTH = 0xe0
7 RAM : ORIGIN = RAM_ADDR, LENGTH = RAM_SIZE
11 .intv : { INTV_CONTENTS } > INTV
12 .ram : { RAMK_KRAM_CONTENTS } > RAM