1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

add note on fastcall

This commit is contained in:
mrdudz 2017-08-19 19:16:31 +02:00
parent 960957075f
commit 3c3558892e

View File

@ -2181,7 +2181,8 @@ only cursor-related keys), KBDREPEAT_NONE (no repeat for any keys) and
KBDREPEAT_ALL (repeat all keys).
The old mode is returned so it can be restored later.
<tag/Notes/<itemize>
<item>
<item>The function is available only as a fastcall function; so, it may be used
only in the presence of a prototype.
</itemize>
<tag/Availability/cc65
<tag/See also/
@ -2202,7 +2203,8 @@ The old mode is returned so it can be restored later.
repeated automatically.
The old value is returned so it can be restored later.
<tag/Notes/<itemize>
<item>
<item>The function is available only as a fastcall function; so, it may be used
only in the presence of a prototype.
</itemize>
<tag/Availability/cc65
<tag/See also/
@ -2223,7 +2225,8 @@ The old value is returned so it can be restored later.
repeated keypresses).
The old value is returned so it can be restored later.
<tag/Notes/<itemize>
<item>
<item>The function is available only as a fastcall function; so, it may be used
only in the presence of a prototype.
</itemize>
<tag/Availability/cc65
<tag/See also/