mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-24 12:31:30 +00:00
11 lines
197 B
INI
11 lines
197 B
INI
|
MEMORY {
|
||
|
RAM: start = $2000, size = $200, file = %O;
|
||
|
}
|
||
|
SEGMENTS {
|
||
|
CODE: load = RAM, type = rw;
|
||
|
DATA: load = RAM, type = rw;
|
||
|
BSS: load = RAM, type = rw;
|
||
|
}
|
||
|
|
||
|
|