From 2bbd7ddbcbb7b76060e2d00520eeb8f6bb227b51 Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 12 Feb 2003 20:53:51 +0000 Subject: [PATCH] Added more functions git-svn-id: svn://svn.cc65.org/cc65/trunk@1977 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/funcref.sgml | 140 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 138 insertions(+), 2 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index b532bab27..6d3145365 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -55,8 +55,8 @@ function. - - + + @@ -139,11 +139,32 @@ function.

+ + + + + + + + + + + + + + + + + + + + + @@ -167,6 +188,52 @@ function. Alphabetical function reference

+_randomize

+ + + +/ + +The randomness of the seed depends on the machine hardware. + +, + + + + + +_sys

+ + + +/ + +Bits 4 and 5 of the flags value in the The function is only available as fastcall function, so it may only be +used in presence of a prototype. + + + + + BRK

@@ -835,6 +902,28 @@ evaluated or is ignored. +getcpu

+ + + +/ + + + +Other, more exotic CPU types are not disinguished. + + + + + gotox

@@ -1456,6 +1545,30 @@ used in presence of a prototype. +rand

+ + + +/ + +Without using , always the same +flow of numbers is generated. +On startup, the function behaves as if +had been used with an argument of 1. + +, + + + + + revers

@@ -1504,6 +1617,29 @@ be used in presence of a prototype. +srand

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

-- 2.39.5