X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fld65.sgml;fp=doc%2Fld65.sgml;h=448157ce08e2eb662a428985e4d6488ca5e1eaaf;hb=419eb700b5cd730ecf425ed8a597e9cf41ad7208;hp=329f975e18abbd9524e1e1247cac89282ed5f58d;hpb=ab1600b346605ef9dd7a2ed7c9fee3212ee85d13;p=cc65 diff --git a/doc/ld65.sgml b/doc/ld65.sgml index 329f975e1..448157ce0 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -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. -INIT

+ONCE

-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 -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. LOWCODE