Update documentation to .ISMNEMONIC

This commit is contained in:
JT 2015-05-22 20:33:42 -04:00
parent 63325a90d1
commit c30d87f0b7

View file

@ -2316,7 +2316,7 @@ Here's a list of all control commands and a description, what they do:
</verb></tscreen> </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. Builtin function. The function expects an identifier as argument in braces.
The argument is evaluated, and the function yields "true" if the identifier 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: Example:
<tscreen><verb> <tscreen><verb>
.if .not .definedinstr(ina) .if .not .ismnemonic(ina)
.macro ina .macro ina
clc clc
adc #$01 adc #$01