apple2pi/pidrive/drvr.cfg

11 lines
197 B
INI
Executable File

MEMORY {
RAM: start = $2000, size = $200, file = %O;
}
SEGMENTS {
CODE: load = RAM, type = rw;
DATA: load = RAM, type = rw;
BSS: load = RAM, type = rw;
}