#!/bin/sh # This called by genscripts_extra.sh setglobal SCRIPT_NAME = 'elf32msp430' setglobal TEMPLATE_NAME = 'msp430' setglobal EXTRA_EM_FILE = 'genelf' setglobal OUTPUT_FORMAT = '"elf32-msp430'" setglobal MACHINE = '' setglobal MAXPAGESIZE = '1' setglobal EMBEDDED = 'yes' setglobal ARCH = 'msp:14' setglobal ROM_START = '0x8000' setglobal ROM_SIZE = '0x7fe0' setglobal RAM_START = '0x0200' setglobal RAM_SIZE = '1K' setglobal STACK = '0x600'