mirror of
https://github.com/mist64/msbasic.git
synced 2026-04-20 05:16:28 +00:00
.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
MEMORY {
|
||||
BASROM: start = $C000, size = $3F00, fill = no, file = %O;
|
||||
}
|
||||
|
||||
SEGMENTS {
|
||||
BASIC: load = BASROM, type = ro;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
MEMORY {
|
||||
BASROM: start = $2000, size = $3F00, fill = no, file = %O;
|
||||
}
|
||||
|
||||
SEGMENTS {
|
||||
BASIC: load = BASROM, type = ro;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user