mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 10:24:13 +00:00
7 lines
108 B
Bash
7 lines
108 B
Bash
SCRIPT_NAME=z80
|
|
OUTPUT_FORMAT="coff-z80"
|
|
OUTPUT_ARCH="z80"
|
|
TEXT_START_ADDR=0x100
|
|
EXTRA_EM_FILE=z80
|
|
ARCH=z80
|