Update documentation to .ISMNEMONIC
This commit is contained in:
parent
63325a90d1
commit
c30d87f0b7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue