1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Increase the default start address a bit in case BASIC is started

('OPTION' not pressed at power on). It would otherwise overwrite parts
at the beginning.
This commit is contained in:
Christian Groessler 2014-02-21 23:34:05 +01:00
parent 81fe7a3805
commit 4b58a20b8c

View File

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