mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-05 19:29:35 +00:00
6 lines
93 B
Bash
6 lines
93 B
Bash
|
SCRIPT_NAME=w65
|
||
|
OUTPUT_FORMAT="coff-w65"
|
||
|
TEXT_START_ADDR=0x1000
|
||
|
TARGET_PAGE_SIZE=64
|
||
|
ARCH=w65
|