1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-27 00:29:31 +00:00

Discarding data for a memory area is done by assigning an empty name

git-svn-id: svn://svn.cc65.org/cc65/trunk@3172 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-08-03 13:33:06 +00:00
parent 366d066375
commit aa787ec0d3

View 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>