STARTADDRESS: default = $0200;
}
SYMBOLS {
-# Add "-u __BOOT__" to a command line if you want a file that can be loaded directly.
+# If you want ld65 to output a loadable-format file by default, then uncomment
+# the next line. (Then, "-u __BOOT__" wouldn't be needed on the command line.)
# __BOOT__: type = import;
__STACKSIZE__: type = weak, value = $0400; # 1 kB stack
__HIMEM__: type = weak, value = $8000; # 32 kB RAM
STARTADDRESS: default = $0200;
}
SYMBOLS {
-# Add "-u __BOOT__" to a command line if you want a file that can be loaded directly.
+# If you want ld65 to output a loadable-format file by default, then uncomment
+# the next line. (Then, "-u __BOOT__" wouldn't be needed on the command line.)
# __BOOT__: type = import;
__STACKSIZE__: type = weak, value = $0400; # 1 kB stack
__HIMEM__: type = weak, value = $8000; # 32 kB RAM