1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00

add __RESERVED_MEMORY__

git-svn-id: svn://svn.cc65.org/cc65/trunk@3570 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2005-08-07 15:49:50 +00:00
parent be31ff1fe4
commit ee816e08e5

View File

@ -2,7 +2,8 @@ FEATURES {
STARTADDRESS: default = $2E00; STARTADDRESS: default = $2E00;
} }
SYMBOLS { SYMBOLS {
__STACKSIZE__ = $800; # 2K stack __STACKSIZE__ = $800; # 2K stack
__RESERVED_MEMORY__: value = $0, weak = yes;
} }
MEMORY { MEMORY {
ZP: start = $0082, size = $007E, type = rw, define = yes; ZP: start = $0082, size = $007E, type = rw, define = yes;