Kernel version 0.8 : Docs...

This commit is contained in:
Rémy GIBERT 2016-10-22 22:59:49 +02:00
parent c786dd2a9c
commit 11fd311cfc

View File

@ -1,4 +1,5 @@
*** Auto generated by docgen.cmd ***
#FOpen
Open a file
@ -16,6 +17,7 @@ Open a file
##Out :
+ CC : A = hFILE
+ CS : A = EC
#FCloseA
Close a file
@ -23,6 +25,7 @@ Close a file
+ A = hFILE
##Out :
#FRead
Read bytes from file
@ -33,14 +36,17 @@ Read bytes from file
##Out :
+ Y,A = Bytes Read
#FWrite
##In :
+ PULLB = hFILE
+ PULLW = Bytes To Write
+ PULLW = Src Ptr
#Out :
+ Y,A = Bytes Written
#NewPStrYA
Create a new copy of PSTR
@ -53,6 +59,7 @@ Create a new copy of PSTR
+ X = hMem (PSTRING)
+ CS : error
+ A = SYS error code
#PStrMatch
Compare a String against pattern
@ -63,6 +70,7 @@ Compare a String against pattern
##Out:
+ CC : match
+ CS : no match
#PStrUprYA/PStrLwrYA
Convert string to UPPERCASE/lowercase
@ -71,6 +79,7 @@ Convert string to UPPERCASE/lowercase
##Out:
+ Uppercased/lowercased String in Buffer
#PStrFTime
Convert S.TIME struct to PSTR
@ -95,6 +104,7 @@ Convert S.TIME struct to PSTR
##Out :
+ none. always succeed.
#K.PStr2StrArrayYA
Convert a PSTR (e.g. : command Line) to a Array of PSTRs (Args[])