1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

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>
<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