Retro68/binutils/ld/emulparams/msp430elf.sh

19 lines
267 B
Bash
Raw Normal View History

2015-08-28 15:32:19 +00:00
#!/bin/sh
# This called by genscripts_extra.sh
SCRIPT_NAME=elf32msp430
2017-04-10 11:32:00 +00:00
TEMPLATE_NAME=msp430
2015-08-28 15:32:19 +00:00
EXTRA_EM_FILE=genelf
OUTPUT_FORMAT="elf32-msp430"
MACHINE=
MAXPAGESIZE=1
EMBEDDED=yes
ARCH=msp:14
ROM_START=0x8000
ROM_SIZE=0x7fe0
2017-04-10 11:32:00 +00:00
RAM_START=0x0500
2015-08-28 15:32:19 +00:00
RAM_SIZE=1K
STACK=0x600