diff --git a/doc/ld65.sgml b/doc/ld65.sgml index 24f5082cf..c8e001158 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -373,10 +373,10 @@ segment, where this attribute is true, the linker will export three symbols. __NAME_LOAD__ This is set to the address where the - segment is loaded. + segment is loaded. __NAME_RUN__ This is set to the run address of the - segment. We will cover run addresses - later. + segment. We will cover run addresses + later. __NAME_SIZE__ This is set to the segment size. @@ -486,10 +486,10 @@ external symbols for the data segment that may be accessed from your code: __DATA_LOAD__ This is set to the address where the segment - is loaded, in this case, it is an address in - ROM2. + is loaded, in this case, it is an address in + ROM2. __DATA_RUN__ This is set to the run address of the segment, - in this case, it is an address in RAM2. + in this case, it is an address in RAM2. __DATA_SIZE__ This is set to the segment size. @@ -594,6 +594,12 @@ or (for the segment definitions from above) } +To suppress the warning, the linker issues if it encounters a segment that is +not found in any of the input files, use "