]> git.sur5r.net Git - cc65/blobdiff - doc/atari.sgml
Renamed RAM to MAIN for all disk based targets.
[cc65] / doc / atari.sgml
index f37b43929a6fca199c2579f99b32185b5a553007..2087a854102d1f56bb918e38c0244c6c3e711188 100644 (file)
@@ -148,7 +148,7 @@ Special locations:
   ($58).
 
   <tag/Stack/
-  The C runtime stack is located at end of the RAM memory area (&dollar;CFFF)
+  The C runtime stack is located at end of the MAIN memory area (&dollar;CFFF)
   and grows downwards.
 
   <tag/Heap/
@@ -561,7 +561,7 @@ The contents of this chunk come from the SYSCHKCHNK memory area of the linker co
 <item>main program&nl;
 This load chunk is loaded at the selected program start address (default &dollar;2000) and
 contains all of the code and data of the program.&nl;
-The contents of this chunk come from the RAM memory area of the linker config file.
+The contents of this chunk come from the MAIN memory area of the linker config file.
 </enum>