mirror of
https://github.com/mist64/msbasic.git
synced 2024-11-15 08:05:15 +00:00
9 lines
122 B
INI
9 lines
122 B
INI
MEMORY {
|
|
BASROM: start = $E000, size = $3F00, fill = no, file = %O;
|
|
}
|
|
|
|
SEGMENTS {
|
|
BASIC: load = BASROM, type = ro;
|
|
}
|
|
|