New upper memory limit

git-svn-id: svn://svn.cc65.org/cc65/trunk@1598 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-11-22 23:45:57 +00:00
parent cf71d811dc
commit a7d67fb9b5

View File

@@ -1,6 +1,6 @@
MEMORY { MEMORY {
ZP: start = $02, size = $1A, type = rw, define = yes; ZP: start = $02, size = $1A, type = rw, define = yes;
RAM: start = $0fff, size = $7001, file = %O; RAM: start = $0fff, size = $ED01, file = %O;
} }
SEGMENTS { SEGMENTS {
STARTUP: load = RAM, type = wprot; STARTUP: load = RAM, type = wprot;
@@ -20,7 +20,7 @@ FEATURES {
type = destructor, type = destructor,
label = __DESTRUCTOR_TABLE__, label = __DESTRUCTOR_TABLE__,
count = __DESTRUCTOR_COUNT__; count = __DESTRUCTOR_COUNT__;
/* condes functions with type 2 are called in the interrupt */ # condes functions with type 2 are called in the interrupt
CONDES: segment = RODATA, CONDES: segment = RODATA,
type = 2, type = 2,
label = __IRQFUNC_TABLE__, label = __IRQFUNC_TABLE__,