mirror of
https://github.com/flowenol/applesoft-lite.git
synced 2024-09-19 21:57:11 +00:00
8 lines
122 B
INI
8 lines
122 B
INI
MEMORY {
|
|
BASROM: start = $6000, size = $2000, fill = yes, file = %O;
|
|
}
|
|
|
|
SEGMENTS {
|
|
BASIC: load = BASROM, type = ro;
|
|
}
|