mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user