1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-04 02:29:31 +00:00

Fixed some URL links in a couple of documents.

This commit is contained in:
Greg King 2021-05-12 05:05:39 -04:00
parent 05f545e189
commit 5d198d6842
2 changed files with 3 additions and 3 deletions

View File

@ -1391,9 +1391,9 @@ parameter with the <tt/#pragma/.
in their prototypes).
The identifier is an 8-bit number that's set into <tt/tmp4/. If the identifier
is "bank", then a <tt><url url="ca65.html#.BANK" name=".bank"></tt> operator will be used
is "bank", then ca65's <tt><url url="ca65.html#.BANK" name=".bank"></tt> function will be used
to determine the number from the bank attribute defined in the linker config,
see <htmlurl url="ld65.html#MEMORY" name="Other MEMORY area attributes">. Note that
see <url url="ld65.html#MEMORY" name="Other MEMORY area attributes">. Note that
this currently implies that only the least significant 8 bits of the bank attribute
can be used.

View File

@ -5186,7 +5186,7 @@ the module just loaded. Possible error codes are:
<item><tt/MLOAD_ERR_MEM/ - Not enough memory
</itemize>
<tag/Notes/<itemize>
<item>The <htmlurl url="ld65.html" name="ld65"> linker is needed to create
<item>The <url url="ld65.html" name="ld65 linker"> is needed to create
relocatable o65 modules for use with this function.
<item>The function is available only as a fastcall function; so, it may be used
only in the presence of a prototype.