1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-28 06:30:16 +00:00

A couple of addtional fixes.

This commit is contained in:
Jeff Tranter 2022-02-21 15:54:47 -05:00 committed by mrdudz
parent ba13ba32a1
commit 93291add05

View File

@ -3152,7 +3152,7 @@ See: <tt><ref id=".ASCIIZ" name=".ASCIIZ"></tt>,<tt><ref id=".CHARMAP" name=".CH
<sect1><tt>.IFNREF</tt><label id=".IFNREF"><p> <sect1><tt>.IFNREF</tt><label id=".IFNREF"><p>
Conditional assembly: Check if a symbol is referenced. Must be followed Conditional assembly: Check if a symbol is referenced. Must be followed
by a symbol name. The condition is true if if the given symbol was by a symbol name. The condition is true if the given symbol was
not referenced before, and false otherwise. not referenced before, and false otherwise.
See also: <tt><ref id=".REFERENCED" name=".REFERENCED"></tt> See also: <tt><ref id=".REFERENCED" name=".REFERENCED"></tt>
@ -3197,7 +3197,7 @@ See: <tt><ref id=".ASCIIZ" name=".ASCIIZ"></tt>,<tt><ref id=".CHARMAP" name=".CH
<sect1><tt>.IFREF</tt><label id=".IFREF"><p> <sect1><tt>.IFREF</tt><label id=".IFREF"><p>
Conditional assembly: Check if a symbol is referenced. Must be followed Conditional assembly: Check if a symbol is referenced. Must be followed
by a symbol name. The condition is true if if the given symbol was by a symbol name. The condition is true if the given symbol was
referenced before, and false otherwise. referenced before, and false otherwise.
This command may be used to build subroutine libraries in include files This command may be used to build subroutine libraries in include files