]> git.sur5r.net Git - cc65/commitdiff
Small change to .ADDRSIZE documentation
authorJT <jeremiah.turner@gmail.com>
Mon, 20 Apr 2015 23:09:18 +0000 (19:09 -0400)
committerJT <jeremiah.turner@gmail.com>
Mon, 20 Apr 2015 23:09:18 +0000 (19:09 -0400)
doc/ca65.sgml

index 0dc6e902d2666c5c9e4383682b43e9ba2620fb77..0ff0df0fdda4425649fc4d55e35d6b89ae5942c3 100644 (file)
@@ -1281,13 +1281,12 @@ either a string or an expression.
 <sect1><tt>.ADDRSIZE</tt><label id=".ADDRSIZE"><p>
 
   The <tt/.ADDRSIZE/ function is used to return the interal address size 
-  associated with a symbol. This can be helpful in macros when knowing address 
+  associated with a symbol. This can be helpful in macros when knowing the address 
   size of symbol can allow for custom instructions.
 
   Example:
 
   <tscreen><verb>
-        
         .macro myLDA foo
 
                .if .ADDRSIZE(foo) = 1