mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 03:05:15 +00:00
7 lines
133 B
Bash
7 lines
133 B
Bash
SCRIPT_NAME=armaout
|
|
OUTPUT_FORMAT="a.out-arm-little"
|
|
HEADER_START_ADDR=0x8000
|
|
TEXT_START_ADDR=0x8000
|
|
TARGET_PAGE_SIZE=32768
|
|
ARCH=arm
|