mirror of
https://github.com/cc65/cc65.git
synced 2025-02-09 02:30:42 +00:00
Fixed some URL links in a couple of documents.
This commit is contained in:
parent
05f545e189
commit
5d198d6842
@ -1391,9 +1391,9 @@ parameter with the <tt/#pragma/.
|
|||||||
in their prototypes).
|
in their prototypes).
|
||||||
|
|
||||||
The identifier is an 8-bit number that's set into <tt/tmp4/. If the identifier
|
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,
|
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
|
this currently implies that only the least significant 8 bits of the bank attribute
|
||||||
can be used.
|
can be used.
|
||||||
|
|
||||||
|
@ -5186,7 +5186,7 @@ the module just loaded. Possible error codes are:
|
|||||||
<item><tt/MLOAD_ERR_MEM/ - Not enough memory
|
<item><tt/MLOAD_ERR_MEM/ - Not enough memory
|
||||||
</itemize>
|
</itemize>
|
||||||
<tag/Notes/<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.
|
relocatable o65 modules for use with this function.
|
||||||
<item>The function is available only as a fastcall function; so, it may be used
|
<item>The function is available only as a fastcall function; so, it may be used
|
||||||
only in the presence of a prototype.
|
only in the presence of a prototype.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user