mirror of
https://github.com/cc65/cc65.git
synced 2025-01-27 09:33:42 +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:
parent
be31ff1fe4
commit
ee816e08e5
@ -2,7 +2,8 @@ FEATURES {
|
||||
STARTADDRESS: default = $2E00;
|
||||
}
|
||||
SYMBOLS {
|
||||
__STACKSIZE__ = $800; # 2K stack
|
||||
__STACKSIZE__ = $800; # 2K stack
|
||||
__RESERVED_MEMORY__: value = $0, weak = yes;
|
||||
}
|
||||
MEMORY {
|
||||
ZP: start = $0082, size = $007E, type = rw, define = yes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user