mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
Fixed the alphabetic sorting of the "Pseudo functions" section.
This commit is contained in:
parent
4866ee53e6
commit
1f4ce41846
@ -1878,24 +1878,6 @@ either a string or an expression value.
|
|||||||
</descrip>
|
</descrip>
|
||||||
|
|
||||||
|
|
||||||
<sect1><tt>.STRAT</tt><label id=".STRAT"><p>
|
|
||||||
|
|
||||||
Builtin function. The function accepts a string and an index as
|
|
||||||
arguments and returns the value of the character at the given position
|
|
||||||
as an integer value. The index is zero based.
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
<tscreen><verb>
|
|
||||||
.macro M Arg
|
|
||||||
; Check if the argument string starts with '#'
|
|
||||||
.if (.strat (Arg, 0) = '#')
|
|
||||||
...
|
|
||||||
.endif
|
|
||||||
.endmacro
|
|
||||||
</verb></tscreen>
|
|
||||||
|
|
||||||
|
|
||||||
<sect1><tt>.SPRINTF</tt><label id=".SPRINTF"><p>
|
<sect1><tt>.SPRINTF</tt><label id=".SPRINTF"><p>
|
||||||
|
|
||||||
Builtin function. It expects a format string as first argument. The number
|
Builtin function. It expects a format string as first argument. The number
|
||||||
@ -1915,6 +1897,24 @@ either a string or an expression value.
|
|||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|
||||||
|
|
||||||
|
<sect1><tt>.STRAT</tt><label id=".STRAT"><p>
|
||||||
|
|
||||||
|
Builtin function. The function accepts a string and an index as
|
||||||
|
arguments and returns the value of the character at the given position
|
||||||
|
as an integer value. The index is zero based.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
<tscreen><verb>
|
||||||
|
.macro M Arg
|
||||||
|
; Check if the argument string starts with '#'
|
||||||
|
.if (.strat (Arg, 0) = '#')
|
||||||
|
...
|
||||||
|
.endif
|
||||||
|
.endmacro
|
||||||
|
</verb></tscreen>
|
||||||
|
|
||||||
|
|
||||||
<sect1><tt>.STRING</tt><label id=".STRING"><p>
|
<sect1><tt>.STRING</tt><label id=".STRING"><p>
|
||||||
|
|
||||||
Builtin function. The function accepts an argument in parentheses and converts
|
Builtin function. The function accepts an argument in parentheses and converts
|
||||||
|
Loading…
Reference in New Issue
Block a user