mirror of
https://github.com/cc65/cc65.git
synced 2025-02-28 20:29:46 +00:00
Fixed a typo.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5979 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
0ac072b290
commit
41cac25914
@ -596,10 +596,10 @@ names here. Segments that go into <tt/ROM1/ will be written to a file named
|
|||||||
named "rom2.bin". The name given on the command line is ignored in both cases.
|
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
|
Assigning an empty file name for a memory area will discard the data written
|
||||||
to it. This is useful, if the a memory area has segments assigned that are
|
to it. This is useful, if the memory area has segments assigned that are empty
|
||||||
empty (for example because they are of type bss). In that case, the linker
|
(for example because they are of type bss). In that case, the linker will
|
||||||
will create an empty output file. This may be suppressed by assigning an empty
|
create an empty output file. This may be suppressed by assigning an empty file
|
||||||
file name to that memory area.
|
name to that memory area.
|
||||||
|
|
||||||
The <tt/%O/ sequence is also allowed inside a string. So using
|
The <tt/%O/ sequence is also allowed inside a string. So using
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user