diff --git a/doc/ld65.sgml b/doc/ld65.sgml index 8bc90710f..44ca79b35 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -639,9 +639,9 @@ segment, than storing it into one of the ROMs, we have to put it there. But unfortunately, ROM is not writable, so we have to copy it into RAM before running the actual code. -The linker cannot help you copying the data from ROM into RAM (this must be -done by the startup code of your program), but it has some features that will -help you in this process. +The linker won't copy the data from ROM into RAM for you (this must be done by +the startup code of your program), but it has some features that will help you +in this process. First, you may not only specify a "Other MEMORY area attributes

@@ -939,7 +943,7 @@ The