Kernel version 0.8 : Docs...

This commit is contained in:
Rémy GIBERT 2016-10-21 23:06:56 +02:00
parent 57c114e365
commit fc0a10042d
2 changed files with 23 additions and 0 deletions

View File

@ -23,6 +23,7 @@ OApple+1,OApple+2,OApple+3 to switch between screens : Kernel Log, text, DHGR.
...
In Progress : Document API...
In Progress : moving TCPIP to socket API
...

22
_Docs/KERNEL.md Normal file
View File

@ -0,0 +1,22 @@
Commande ECHO dsactive.
#K.PStrFTime
##In :
PULLW = Src PTR To S.Time
PULLW = Src PTR To Format String
%a Abbreviated weekday name : Thu
%A Full weekday name : Thursday
%b Abbreviated month name : Aug
%B Full month name : August
%d Day of the month, zero-padded (01-31)
%H Hour in 24h format (00-23) 14
%I Hour in 12h format (01-12) 02
%m Month as a decimal number (01-12) 08
%M Minute (00-59) 55
%p AM or PM designation PM
%S Second (00-61) 02
%w Weekday as a decimal number with Sunday as 0 (0-6)
%y Year, last two digits (00-99)
%Y Year four digits 2001
PULLW = Dst PTR To PSTR Buf
##Out :
none. always succeed.