From 7dea2a98d94a50f1e02c307cece82527aba7c5b8 Mon Sep 17 00:00:00 2001 From: uz Date: Sat, 19 Jan 2013 17:12:42 +0000 Subject: [PATCH] Add small note about availability of the copydata library routine. git-svn-id: svn://svn.cc65.org/cc65/trunk@5965 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/ld65.sgml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 -- 2.39.2