mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 03:05:15 +00:00
7 lines
103 B
Bash
7 lines
103 B
Bash
SCRIPT_NAME=i386msdos
|
|
OUTPUT_FORMAT="msdos"
|
|
TEXT_START_ADDR=0x0
|
|
SEGMENT_SIZE=0x10
|
|
PAD_TEXT=t
|
|
ARCH=i386
|