1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 02:29:32 +00:00

Lower the default Atari start adress from $2E00 to $2000. With

the startup memory check of the "system check" load chunk this
should be fine
This commit is contained in:
Christian Groessler 2013-10-04 01:02:35 +02:00
parent 700fd4f187
commit 1077a2876e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FEATURES {
STARTADDRESS: default = $2E00;
STARTADDRESS: default = $2000;
}
SYMBOLS {
__STACKSIZE__: type = weak, value = $0800; # 2k stack

View File

@ -1,5 +1,5 @@
FEATURES {
STARTADDRESS: default = $2E00;
STARTADDRESS: default = $2000;
}
SYMBOLS {
__STACKSIZE__: type = weak, value = $0800; # 2k stack