71415be57c
* emulpararms/h8300s.sh: New file for H8/S. * Makefile.in (ALL_EMULATIONS): Add H8/S. (e_h8300s.c): Add dependencies. * configure.tgt: Add H8/S to targ_extra_emuls. H8/S linker stuff. Sanitized until status of this code is known.
6 lines
101 B
Bash
6 lines
101 B
Bash
SCRIPT_NAME=h8300s
|
|
OUTPUT_FORMAT="coff-h8300"
|
|
TEXT_START_ADDR=0x8000
|
|
TARGET_PAGE_SIZE=128
|
|
ARCH=h8300
|