]> git.sur5r.net Git - cc65/commitdiff
Discarding data for a memory area is done by assigning an empty name
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 3 Aug 2004 13:33:06 +0000 (13:33 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 3 Aug 2004 13:33:06 +0000 (13:33 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3172 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ld65.sgml

index 45e231bbf086c6168d24dd4c236e43415377955c..b07a112e8300c2afd88c1e85452ad7d797821b68 100644 (file)
@@ -534,6 +534,8 @@ names here. Segments that go into <tt/ROM1/ will be written to a file named
 "rom1.bin", and segments that go into <tt/ROM2/ will be written to a file
 named "rom2.bin". The name given on the command line is ignored in both cases.
 
+Assigning an empty file name for a memory area will discard the data written
+to it.
 
 <sect1>LOAD and RUN addresses (ROMable code)<p>