mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-09 05:31:41 +00:00
9 lines
148 B
Bash
9 lines
148 B
Bash
SCRIPT_NAME=elf32xc16x
|
|
TEMPLATE_NAME=elf32
|
|
OUTPUT_FORMAT="elf32-xc16x"
|
|
TEXT_START_ADDR=0x00400
|
|
ARCH=xc16x
|
|
MAXPAGESIZE=256
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|