5 lines
87 B
Bash
5 lines
87 B
Bash
SCRIPT_NAME=rce
|
|
OUTPUT_FORMAT="aout-rce"
|
|
TEXT_START_ADDR=0x8000
|
|
PAGE_SIZE=128
|
|
ARCH=rce
|