From 87fc3517eacd0cf7799ed9cb8f399c70a3599766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20GIBERT?= Date: Fri, 21 Oct 2016 23:11:55 +0200 Subject: [PATCH] Kernel version 0.8 : Docs... --- README.md | 9 ++++----- _Docs/KERNEL.md | 44 ++++++++++++++++++++++---------------------- 2 files changed, 26 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 7ddfde4f..a2b6e839 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,10 @@ OApple+1,OApple+2,OApple+3 to switch between screens : Kernel Log, text, DHGR. !!! Help on writing this code should be greatly appreciated !!! -... -In Progress : Document API... - -In Progress : moving TCPIP to socket API -... +... +In Progress : Document API... +In Progress : moving TCPIP to socket API +... ## SYS/KM* Supported Hardware At Kernel Level (ProDOS): | KM.Name | Status | Comment | diff --git a/_Docs/KERNEL.md b/_Docs/KERNEL.md index 8d8bd0a9..d0f8157c 100644 --- a/_Docs/KERNEL.md +++ b/_Docs/KERNEL.md @@ -1,22 +1,22 @@ -Commande ECHO d‚sactiv‚e. -#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. +# A2osX Kernel API +#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.