]> git.sur5r.net Git - cc65/commitdiff
Changed a comment in the osic1p configure files. 150/head
authorGreg King <gregdk@users.sf.net>
Mon, 9 Mar 2015 10:17:28 +0000 (06:17 -0400)
committerGreg King <gregdk@users.sf.net>
Mon, 9 Mar 2015 10:17:28 +0000 (06:17 -0400)
cfg/osic1p-asm.cfg
cfg/osic1p.cfg

index d9f128f8aaf77bad72b02cc61926b81a4271c643..d8a2626f1d420914845e2ead6297e4343fdc8245 100644 (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
index 0ad2f893968549f315afacedc788194b35eadb32..17109adf01fd70ddc064b3a5ef89597eff87aa94 100644 (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