mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Fixed a typo.
git-svn-id: svn://svn.cc65.org/cc65/trunk@3931 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
5d56159421
commit
148d6c5231
@ -487,7 +487,7 @@ What we are doing here is telling the linker, that all segments go into the
|
|||||||
the linker will first write the <tt/CODE/ segment, then the <tt/RODATA/
|
the linker will first write the <tt/CODE/ segment, then the <tt/RODATA/
|
||||||
segment, then the <tt/DATA/ segment - but it will not write the <tt/BSS/
|
segment, then the <tt/DATA/ segment - but it will not write the <tt/BSS/
|
||||||
segment. Why? Enter the segment type: For each segment specified, you may also
|
segment. Why? Enter the segment type: For each segment specified, you may also
|
||||||
specify a segment attribute. There are five possible segment attributes:
|
specify a segment attribute. There are four possible segment attributes:
|
||||||
|
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
ro means readonly
|
ro means readonly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user