mirror of
https://github.com/cc65/cc65.git
synced 2025-01-26 17:36:57 +00:00
Update documentation to .ISMNEMONIC
This commit is contained in:
parent
63325a90d1
commit
c30d87f0b7
@ -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…
x
Reference in New Issue
Block a user