vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / msp430X.sh
1 source_sh ${srcdir}/emulparams/msp430elf.sh
2
3 ARCH=MSP430x43
4 ROM_START=0x02000
5 ROM_SIZE=0x0dfe0
6 RAM_START=0x10000
7 RAM_SIZE=0x30000
8 STACK=0x600
This page took 0.037143 seconds and 4 git commands to generate.