]> git.sur5r.net Git - cc65/commitdiff
Fixed reference link. 740/head
authorLaubzega <mileksmyk@gmail.com>
Thu, 13 Sep 2018 06:51:38 +0000 (23:51 -0700)
committerLaubzega <mileksmyk@gmail.com>
Thu, 13 Sep 2018 06:51:38 +0000 (23:51 -0700)
doc/ld65.sgml

index 17f4378b7811efc49e49262c4a6bb28a1a1f9102..f4cbebbe9601ac51d3bbcaa112758fcd039ead9a 100644 (file)
@@ -655,8 +655,8 @@ SEGMENTS {
 </verb></tscreen>
 
 Segment named ORIGINAL contains the original code, disassembled or provided in
-a binary form (i.e. using <tt><ref id=".INCBIN" name=".incbin"></tt>
-directive).  Subsequent four segments will be relocated to addresses specified
+a binary form (i.e. using <tt/.INCBIN/ directive; see the <tt/ca65/ assembler
+document).  Subsequent four segments will be relocated to addresses specified
 by their "start" attributes ("offset" can also be used) and then will overwrite
 whatever was at these locations in the ORIGINAL segment. In the end, resulting
 binary output file will thus contain original data with the exception of four