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.