]> git.sur5r.net Git - cc65/commitdiff
Update documentation to .ISMNEMONIC 160/head
authorJT <jeremiah.turner@gmail.com>
Sat, 23 May 2015 00:33:42 +0000 (20:33 -0400)
committerJT <jeremiah.turner@gmail.com>
Sat, 23 May 2015 00:33:42 +0000 (20:33 -0400)
doc/ca65.sgml

index 52dcccc6b16634dc3ed1a5c240875c482baa5b02..a40bcddff5822dc5bf2e5accce5529112a6d140e 100644 (file)
@@ -2316,7 +2316,7 @@ Here's a list of all control commands and a description, what they do:
   </verb></tscreen>
 
 
-<sect1><tt>.DEFINEDINSTR</tt><label id=".DEFINEDINSTR"><p>
+<sect1><tt>.ISMNEM, .ISMNEMONIC</tt><label id=".ISMNEMONIC"><p>
 
   Builtin function. The function expects an identifier as argument in braces.
   The argument is evaluated, and the function yields "true" if the identifier
@@ -2324,7 +2324,7 @@ Here's a list of all control commands and a description, what they do:
   Example:
 
   <tscreen><verb>
-       .if     .not .definedinstr(ina)
+       .if     .not .ismnemonic(ina)
                .macro ina
                        clc
                        adc #$01