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:
parent
2ac615e27e
commit
87bce0d56b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user