fixed more flaws found by greg :)
This commit is contained in:
@@ -6,7 +6,7 @@ SYMBOLS {
|
||||
|
||||
MEMORY {
|
||||
# FIXME: is this correct? the first 3? bytes cant be used?
|
||||
ZP: start = $03, size = $1A, type = rw, define = yes;
|
||||
ZP: start = $03, size = $fd, type = rw, define = yes;
|
||||
|
||||
# reset-bank and hardware vectors
|
||||
ROM0: start = $e000, size = $1ff6, file = %O ,fill = yes, define = yes;
|
||||
@@ -25,6 +25,8 @@ SEGMENTS {
|
||||
BSS: load = RAM, type = bss, define = yes;
|
||||
VECTORS: load = ROMV, type = rw, define = yes;
|
||||
ZEROPAGE: load = ZP, type = zp, define = yes;
|
||||
EXTZP: load = ZP, type = zp, define = yes, optional = yes;
|
||||
APPZP: load = ZP, type = zp, define = yes, optional = yes;
|
||||
}
|
||||
|
||||
FEATURES {
|
||||
|
||||
Reference in New Issue
Block a user