1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-27 15:29:46 +00:00

Changed a comment in the osic1p configure files.

This commit is contained in:
Greg King 2015-03-09 06:17:28 -04:00
parent 2ac615e27e
commit 87bce0d56b
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,8 @@ FEATURES {
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

View File

@ -2,7 +2,8 @@ FEATURES {
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