mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
remove __RESERVED_MEMORY__: not supported on atarixl
This commit is contained in:
parent
de639fdf6a
commit
42835d91b8
@ -5,7 +5,6 @@ FEATURES {
|
|||||||
SYMBOLS {
|
SYMBOLS {
|
||||||
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
||||||
__OVERLAYSIZE__: type = weak, value = $1000; # 4k overlay
|
__OVERLAYSIZE__: type = weak, value = $1000; # 4k overlay
|
||||||
__RESERVED_MEMORY__: type = weak, value = $0000;
|
|
||||||
__STARTADDRESS__: type = export, value = %S;
|
__STARTADDRESS__: type = export, value = %S;
|
||||||
syschk: type = import; # force inclusion of SYSCHK
|
syschk: type = import; # force inclusion of SYSCHK
|
||||||
sramprep: type = import; # force inclusion of SRPREP
|
sramprep: type = import; # force inclusion of SRPREP
|
||||||
|
@ -4,7 +4,6 @@ FEATURES {
|
|||||||
|
|
||||||
SYMBOLS {
|
SYMBOLS {
|
||||||
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
__STACKSIZE__: type = weak, value = $0800; # 2k stack
|
||||||
__RESERVED_MEMORY__: type = weak, value = $0000;
|
|
||||||
__STARTADDRESS__: type = export, value = %S;
|
__STARTADDRESS__: type = export, value = %S;
|
||||||
syschk: type = import; # force inclusion of SYSCHK
|
syschk: type = import; # force inclusion of SYSCHK
|
||||||
sramprep: type = import; # force inclusion of SRPREP
|
sramprep: type = import; # force inclusion of SRPREP
|
||||||
|
Loading…
Reference in New Issue
Block a user