From: cuz Date: Sun, 27 Mar 2005 22:39:54 +0000 (+0000) Subject: More functions X-Git-Tag: V2.12.0~413 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=025221f44af9024a71b6aa915eca2328bf681194;p=cc65 More functions git-svn-id: svn://svn.cc65.org/cc65/trunk@3426 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 8055285cb..2161a5d8f 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -111,12 +111,22 @@ function.

-(incomplete) + + + + + +

-(incomplete) + + + + + +

@@ -2825,7 +2835,7 @@ used in presence of a prototype. / A joystick driver must be loaded using +peekbsys

+ + + +/, +/ + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. +This function may be a macro depending on the compiler options. The +actual function is accessible by #undef'ing the macro. + +, +, +, +, + + + + + +peekwsys

+ + + +/, +/ + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. +The order in which the two bytes are read is undefined. + +, +, +, +, + + + + + perror

@@ -3209,7 +3278,64 @@ be used in presence of a prototype. , -, + + + + + +pokebsys

+ + + +/, +/ + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. + +, +, +, +, + + + + + +pokewsys

+ + + +/, +/ + +The function is only available as fastcall function, so it may only +be used in presence of a prototype. +The order in which the two bytes are written is undefined. + +, +, +, +, +