]> git.sur5r.net Git - cc65/blobdiff - doc/ld65.sgml
Renamed INITBSS to INIT and INIT to ONCE.
[cc65] / doc / ld65.sgml
index 329f975e18abbd9524e1e1247cac89282ed5f58d..448157ce08e2eb662a428985e4d6488ca5e1eaaf 100644 (file)
@@ -1032,11 +1032,11 @@ The builtin config files do contain segments that have a special meaning for
 the compiler and the libraries that come with it. If you replace the builtin
 config files, you will need the following information.
 
 the compiler and the libraries that come with it. If you replace the builtin
 config files, you will need the following information.
 
-<sect1>INIT<p>
+<sect1>ONCE<p>
 
 
-The INIT segment is used for initialization code that may be reused once
+The ONCE segment is used for initialization code run only once before
 execution reaches main() - provided that the program runs in RAM. You
 execution reaches main() - provided that the program runs in RAM. You
-may for example add the INIT segment to the heap in really memory
+may for example add the ONCE segment to the heap in really memory
 constrained systems.
 
 <sect1>LOWCODE<p>
 constrained systems.
 
 <sect1>LOWCODE<p>