mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-26 13:49:18 +00:00
Kernel version 0.8 : Docs...
This commit is contained in:
parent
fc0a10042d
commit
87fc3517ea
@ -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 !!!
|
!!! Help on writing this code should be greatly appreciated !!!
|
||||||
|
|
||||||
...
|
...
|
||||||
In Progress : Document API...
|
In Progress : Document API...
|
||||||
|
In Progress : moving TCPIP to socket API
|
||||||
In Progress : moving TCPIP to socket API
|
...
|
||||||
...
|
|
||||||
|
|
||||||
## SYS/KM* Supported Hardware At Kernel Level (ProDOS):
|
## SYS/KM* Supported Hardware At Kernel Level (ProDOS):
|
||||||
| KM.Name | Status | Comment |
|
| KM.Name | Status | Comment |
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
Commande ECHO d‚sactiv‚e.
|
# A2osX Kernel API
|
||||||
#K.PStrFTime
|
#K.PStrFTime
|
||||||
##In :
|
##In :
|
||||||
PULLW = Src PTR To S.Time
|
PULLW = Src PTR To S.Time
|
||||||
PULLW = Src PTR To Format String
|
PULLW = Src PTR To Format String
|
||||||
%a Abbreviated weekday name : Thu
|
%a Abbreviated weekday name : Thu
|
||||||
%A Full weekday name : Thursday
|
%A Full weekday name : Thursday
|
||||||
%b Abbreviated month name : Aug
|
%b Abbreviated month name : Aug
|
||||||
%B Full month name : August
|
%B Full month name : August
|
||||||
%d Day of the month, zero-padded (01-31)
|
%d Day of the month, zero-padded (01-31)
|
||||||
%H Hour in 24h format (00-23) 14
|
%H Hour in 24h format (00-23) 14
|
||||||
%I Hour in 12h format (01-12) 02
|
%I Hour in 12h format (01-12) 02
|
||||||
%m Month as a decimal number (01-12) 08
|
%m Month as a decimal number (01-12) 08
|
||||||
%M Minute (00-59) 55
|
%M Minute (00-59) 55
|
||||||
%p AM or PM designation PM
|
%p AM or PM designation PM
|
||||||
%S Second (00-61) 02
|
%S Second (00-61) 02
|
||||||
%w Weekday as a decimal number with Sunday as 0 (0-6)
|
%w Weekday as a decimal number with Sunday as 0 (0-6)
|
||||||
%y Year, last two digits (00-99)
|
%y Year, last two digits (00-99)
|
||||||
%Y Year four digits 2001
|
%Y Year four digits 2001
|
||||||
PULLW = Dst PTR To PSTR Buf
|
PULLW = Dst PTR To PSTR Buf
|
||||||
##Out :
|
##Out :
|
||||||
none. always succeed.
|
none. always succeed.
|
||||||
|
Loading…
Reference in New Issue
Block a user