]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo, added links
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 24 Oct 2001 21:31:07 +0000 (21:31 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 24 Oct 2001 21:31:07 +0000 (21:31 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1073 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ca65.sgml

index 2fd8c2a44165eb62a2e6c260f41d8256da44a245..ba8065840e2ec657da4ffe7625d6df8f4ad84a9b 100644 (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>
 
   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.
-  In 65816 mode, the address is forced to be 16 bit wide to fit into the
-  current segment. See also <tt/.FARADDR/. The command must be followed by a
-  sequence of (not necessarily constant) expressions.
+  may be used for better readability if the data words are address values. In
+  65816 mode, the address is forced to be 16 bit wide to fit into the current
+  segment. See also <tt><ref id=".FARADDR" name=".FARADDR"></tt>. The command
+  must be followed by a sequence of (not necessarily constant) expressions.
 
   Example:
 
@@ -649,8 +649,9 @@ Here's a list of all control commands and a description, what they do:
        .addr   $0D00, $AF13, _Clear
   </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>
 
@@ -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>
 
-  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
   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