mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
Fixed an ambiguous statement about CONDES segments.
This commit is contained in:
parent
acb5af539f
commit
bb3a2db5a0
@ -1009,7 +1009,8 @@ The <tt/CONDES/ feature has several attributes:
|
|||||||
<tag><tt>segment</tt></tag>
|
<tag><tt>segment</tt></tag>
|
||||||
|
|
||||||
This attribute tells the linker into which segment the table should be
|
This attribute tells the linker into which segment the table should be
|
||||||
placed. If the segment does not exist, it is created.
|
placed. If the segment does not exist in any object file, it is created
|
||||||
|
in the final object code.
|
||||||
|
|
||||||
|
|
||||||
<tag><tt>type</tt></tag>
|
<tag><tt>type</tt></tag>
|
||||||
@ -1058,7 +1059,7 @@ The <tt/CONDES/ feature has several attributes:
|
|||||||
Without specifying the <tt/CONDES/ feature, the linker will not create any
|
Without specifying the <tt/CONDES/ feature, the linker will not create any
|
||||||
tables, even if there are <tt/condes/ entries in the object files.
|
tables, even if there are <tt/condes/ entries in the object files.
|
||||||
|
|
||||||
For more information see the <tt/.CONDES/ command in the <url
|
For more information, see the <tt/.CONDES/ command in the <url
|
||||||
url="ca65.html" name="ca65 manual">.
|
url="ca65.html" name="ca65 manual">.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user