66a61efd37
* scripttempl/i386pe.sc: Cope with constructors. * scripttempl/z8ksim.sc: Deleted. * scripttempl/z8000.sc: Resurrected as this, but can handle z8001 and z8002 formats. * emulparams/z8ksim.sh: Deleted. * emulparams/{z8001.sh, z8002.sh}: New files. * config/z8ksim.mt: Deleted * config/z8k-coff.mt: New, generates both emulations.
8 lines
112 B
Bash
8 lines
112 B
Bash
SCRIPT_NAME=z8001
|
|
OUTPUT_FORMAT="coff-z8k"
|
|
OUTPUT_ARCH="z8001"
|
|
TEXT_START_ADDR=0x0
|
|
PAGE_SIZE=128
|
|
ARCH=z8k
|
|
BIG=1
|