mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
9 lines
131 B
Bash
9 lines
131 B
Bash
|
. ${srcdir}/emulparams/msp430.sh
|
||
|
|
||
|
ARCH=MSP430x43
|
||
|
ROM_START=0x02000
|
||
|
ROM_SIZE=0x0dfe0
|
||
|
RAM_START=0x10000
|
||
|
RAM_SIZE=0x30000
|
||
|
STACK=0x600
|