Kernel version 0.8 : Docs...

This commit is contained in:
Rémy GIBERT 2016-10-22 22:23:48 +02:00
parent bebe0cab0f
commit 17b62a2f02

View File

@ -1,6 +1,6 @@
*** Auto generated by docgen.cmd *** *** Auto generated by docgen.cmd ***
#K.FOPEN #FOpen
+ Open a file Open a file
##In : ##In :
+ PUSHW = AUXTYPE + PUSHW = AUXTYPE
+ PUSHB = TYPE + PUSHB = TYPE
@ -14,7 +14,27 @@
##Out : ##Out :
+ CC : A = hFILE + CC : A = hFILE
+ CS : A = EC + CS : A = EC
#K.NewPStrYA #FCloseA
Close a file
##In :
+ A = hFILE
##Out :
#FRead
Read bytes from file
##In :
+ PULLB = hFILE
+ PULLW = Bytes To Read
+ PULLW = Dest Ptr
##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 Create a new copy of PSTR
##In: ##In:
+ Y,A = PTR to buffer + Y,A = PTR to buffer
@ -24,7 +44,7 @@ Create a new copy of PSTR
+ X = hMem (PSTRING) + X = hMem (PSTRING)
+ CS : error + CS : error
+ A = SYS error code + A = SYS error code
#K.PStrMatch #PStrMatch
Compare a String against pattern Compare a String against pattern
##In: ##In:
+ PUSHW = PTR to Pattern (e.g. '*test?.txt') + PUSHW = PTR to Pattern (e.g. '*test?.txt')
@ -32,13 +52,13 @@ Compare a String against pattern
##Out: ##Out:
+ CC : match + CC : match
+ CS : no match + CS : no match
#K.PStrUprYA/K.PStrLwrYA #PStrUprYA/PStrLwrYA
Convert string to UPPERCASE/lowercase Convert string to UPPERCASE/lowercase
##In: ##In:
+ Y,A = PTR to String (PSTRING) + Y,A = PTR to String (PSTRING)
##Out: ##Out:
+ Uppercased/lowercased String in Buffer + Uppercased/lowercased String in Buffer
#K.PStrFTime #PStrFTime
Convert S.TIME struct to PSTR Convert S.TIME struct to PSTR
##In : ##In :
+ PUSHW = Dst PTR To PSTR Buf + PUSHW = Dst PTR To PSTR Buf