Fixed a typo, added links

git-svn-id: svn://svn.cc65.org/cc65/trunk@1073 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2001-10-24 21:31:07 +00:00
parent 41529583f6
commit 8b2d4bab8a

View File

@@ -638,10 +638,10 @@ Here's a list of all control commands and a description, what they do:
<sect1><tt>.ADDR</tt><label id=".ADDR"><p> <sect1><tt>.ADDR</tt><label id=".ADDR"><p>
Define word sized data. In 6502 mode, this is an alias for <tt/.WORD/ and Define word sized data. In 6502 mode, this is an alias for <tt/.WORD/ and
may be used for better readability if the data words are address values. may be used for better readability if the data words are address values. In
In 65816 mode, the address is forced to be 16 bit wide to fit into the 65816 mode, the address is forced to be 16 bit wide to fit into the current
current segment. See also <tt/.FARADDR/. The command must be followed by a segment. See also <tt><ref id=".FARADDR" name=".FARADDR"></tt>. The command
sequence of (not necessarily constant) expressions. must be followed by a sequence of (not necessarily constant) expressions.
Example: Example:
@@ -649,8 +649,9 @@ Here's a list of all control commands and a description, what they do:
.addr $0D00, $AF13, _Clear .addr $0D00, $AF13, _Clear
</verb></tscreen> </verb></tscreen>
See: <tt><ref id=".FARADDR" name=".FARADDR"></tt> See: <tt><ref id=".FARADDR" name=".FARADDR"></tt>, <tt><ref id=".WORD"
name=".WORD"></tt>
<sect1><tt>.ALIGN</tt><label id=".ALIGN"><p> <sect1><tt>.ALIGN</tt><label id=".ALIGN"><p>
@@ -688,7 +689,7 @@ Here's a list of all control commands and a description, what they do:
<sect1><tt>.AUTOIMPORT</tt><label id=".AUTOIMPORT"><p> <sect1><tt>.AUTOIMPORT</tt><label id=".AUTOIMPORT"><p>
Is followd by a plus or a minus character. When switched on (using a Is followed by a plus or a minus character. When switched on (using a
+), undefined symbols are automatically marked as import instead of +), undefined symbols are automatically marked as import instead of
giving errors. When switched off (which is the default so this does not giving errors. When switched off (which is the default so this does not
make much sense), this does not happen and an error message is make much sense), this does not happen and an error message is