2016-10-22 20:52:00 +00:00
|
|
|
*** Auto generated by docgen.cmd ***
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
# GetArgC
|
|
|
|
Returns argument count in the process command line.
|
|
|
|
|
|
|
|
## In:
|
|
|
|
+ none.
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ A = Command line Arg Count (Including /path/cmd)
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# GetArg.A
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
|
|
|
+ A = argument index.
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ CC : success
|
2017-08-25 06:37:21 +00:00
|
|
|
+ Y,A = CStr To Arg[A]
|
2017-03-30 09:03:23 +00:00
|
|
|
+ CS : Out Of Bound
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# GetDevByID.A
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## IN:
|
|
|
|
+ A = DevID
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## OUT:
|
|
|
|
+ CC = OK, CS = ERROR
|
|
|
|
+ Y,A = DEVSLOT
|
|
|
|
+ note: X Unmodified
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# GetDevByName.YA
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## IN:
|
|
|
|
+ Y,A = Ptr to device name (PStr)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## OUT:
|
|
|
|
+ CC = OK, CS = ERROR
|
|
|
|
+ X = DEVID
|
|
|
|
+ Y,A = DEVSLOT
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# GetDevStatus.A
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## IN:
|
|
|
|
+ A = DevID
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## OUT:
|
|
|
|
+ CC = OK, CS = ERROR
|
|
|
|
+ Y,A = Ptr to S.DEVINFO
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# OpenDir.YA
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ Y,A = PATH (C-String)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## Out:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ CC : success
|
|
|
|
+ A = hDIR
|
|
|
|
+ CS : error
|
|
|
|
+ A = EC
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# ReadDir.A
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## In:
|
|
|
|
+ A = hDIR
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## Out:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ CC : success
|
|
|
|
+ X = hDIRENT
|
|
|
|
+ Y,A = PTR to S.DIRENT
|
|
|
|
+ CS : error
|
|
|
|
+ A = EC
|
|
|
|
+ note : A = 0 means no more entry
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# CloseDir.A
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## In:
|
|
|
|
+ A = hDIR
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## Out:
|
|
|
|
+ none, always succeed.
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-30 15:26:34 +00:00
|
|
|
# ExpandStr.YA
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-30 15:26:34 +00:00
|
|
|
+ Y,A = PTR to String to Expand (C-String)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## Out:
|
2017-08-30 15:26:34 +00:00
|
|
|
+ X = hMem to Expanded String (C-String)
|
2017-08-25 06:37:21 +00:00
|
|
|
+ Y,A = PTR to Expanded String
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# PutEnv.YA
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-09-11 06:11:57 +00:00
|
|
|
+ Y,A = PTR to String NAME=VALUE (C-String)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## Out:
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# SetEnv
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ PUSHW = PTR To Value (PSTR)
|
|
|
|
+ PUSHW = PTR To Name (PSTR)
|
2017-08-22 06:38:16 +00:00
|
|
|
|
|
|
|
## Out:
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# GetEnv.YA
|
2017-07-17 05:59:30 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ Y,A = PTR to NAME (PSTR)
|
2017-07-17 05:59:30 +00:00
|
|
|
|
|
|
|
## Out:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ CC : Y,A = PTR to VALUE (PSTR)
|
|
|
|
+ CS : not found
|
2017-07-17 05:59:30 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# UnsetEnv.YA
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## In:
|
|
|
|
+ Y,A = PTR To Name (PSTR)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## Out:
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# FileSearch
|
|
|
|
Search a file in the provided PATH list
|
|
|
|
And return, if found, the full path to it.
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## In:
|
|
|
|
+ PUSHW = Ptr to Search Path (CSTR) %LIB%;/SYS/SLIB
|
|
|
|
+ PUSHW = Ptr to File Name (CSTR)
|
|
|
|
+ PUSHW = Ptr to DstBuf
|
|
|
|
+ PUSHW = Ptr to DstStat
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## Out:
|
|
|
|
+ CC : success
|
|
|
|
+ DstBuf = FilePath
|
|
|
|
+ DstStat = S.STAT
|
|
|
|
+ CS : not found
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# GetFullPath.YA
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## In :
|
2017-08-30 15:26:34 +00:00
|
|
|
+ Y,A = Filename (C-String)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## Out :
|
|
|
|
+ CC : success
|
2017-08-30 15:26:34 +00:00
|
|
|
+ Y,A = FullPath (C-String)
|
2017-08-25 06:37:21 +00:00
|
|
|
+ X = hMem of FullPath
|
|
|
|
+ CS : A = Error Code
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# LoadFile
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## In:
|
|
|
|
+ PUSHW = AUXTYPE (Handled by....
|
|
|
|
+ PUSHB = TYPE ...
|
|
|
|
+ PUSHB = MODE ...
|
|
|
|
+ PUSHW = PATH ...FOpen)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## Out:
|
|
|
|
+ Y,A = File Length
|
|
|
|
+ X = hMem of Loaded File
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# SaveFile
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## In:
|
|
|
|
+ PUSHW = SrcPtr
|
|
|
|
+ PUSHW = SrcLen
|
|
|
|
+ PUSHW = AUXTYPE (Handled by....
|
|
|
|
+ PUSHB = TYPE ...
|
|
|
|
+ PUSHB = MODE ...
|
|
|
|
+ PUSHW = PATH ...FOpen)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# ChTyp
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## In:
|
|
|
|
+ PUSHB = TYPE
|
|
|
|
+ PUSHW = PATH
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# ChMod
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## In:
|
|
|
|
+ PUSHW = UID
|
|
|
|
+ PUSHW = PATH
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# ChOwn
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ PUSHW = UID
|
|
|
|
+ PUSHW = PATH
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# ChGrp
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## In:
|
|
|
|
+ PUSHW = GID
|
|
|
|
+ PUSHW = PATH
|
|
|
|
|
|
|
|
# GetMem
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ PUSHW = Size Requested
|
|
|
|
+ PUSHB = Options
|
|
|
|
+ S.MEM.F.INIT0 : init memory with 00
|
|
|
|
+ S.MEM.F.ALIGN : page aligned
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## Out:
|
2017-03-30 09:03:23 +00:00
|
|
|
+ CC : success
|
2017-08-25 06:37:21 +00:00
|
|
|
+ YA = PTR to Mem
|
|
|
|
* X = hMem
|
|
|
|
+ CS :
|
2017-03-30 09:03:23 +00:00
|
|
|
+ A = EC
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# GetMem0.YA
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ Y,A = Size Requested
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## Out:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ CC : success
|
|
|
|
+ YA = PTR to Mem (ZERO Initialised)
|
|
|
|
* X = hMem
|
|
|
|
+ CS :
|
|
|
|
+ A = EC
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# GetMem.YA
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ Y,A = Size Requested
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ CC : success
|
2017-08-25 06:37:21 +00:00
|
|
|
+ YA = PTR to Mem (Uninitialised)
|
|
|
|
* X = hMem
|
|
|
|
+ CS :
|
2017-03-30 09:03:23 +00:00
|
|
|
+ A = EC
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# FreeMem.A
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ A = hMem To Free
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## Out:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ none.
|
|
|
|
+ (X,Y unmodified)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# GetMemPtr.A
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ A = hMem
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## Out:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ Y,A = PTR to MemBlock
|
|
|
|
+ (X unmodified)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# GetMemByID.A
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ A = hMem
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## Out:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ Y,A = ZPMemMgrSPtr = PTR to S.MEM
|
|
|
|
+ X unmodified
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-09-11 06:11:57 +00:00
|
|
|
# NewStr.YA
|
|
|
|
Create a new copy of this C-String
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-09-11 06:11:57 +00:00
|
|
|
+ Y,A = Ptr to source C-String
|
2017-08-25 06:37:21 +00:00
|
|
|
|
|
|
|
## Out:
|
2017-09-11 06:11:57 +00:00
|
|
|
+ CC : success
|
|
|
|
+ Y,A = PTR to String
|
|
|
|
+ X = hMem (PSTR)
|
|
|
|
+ CS : error
|
|
|
|
+ A = SYS error code
|
2017-08-25 06:37:21 +00:00
|
|
|
|
2017-09-11 06:11:57 +00:00
|
|
|
# GetMemStat.YA
|
2017-08-25 06:37:21 +00:00
|
|
|
|
2017-09-11 06:11:57 +00:00
|
|
|
## In:
|
|
|
|
+ Y,A = Ptr to 24 bytes buffer
|
2017-08-25 06:37:21 +00:00
|
|
|
|
2017-09-11 06:11:57 +00:00
|
|
|
## Out:
|
|
|
|
+ Buffer filled with memory stats
|
2017-08-25 06:37:21 +00:00
|
|
|
|
|
|
|
# Sleep
|
|
|
|
Make current process suspend until next RUN
|
|
|
|
|
|
|
|
## In :
|
|
|
|
+ (none)
|
|
|
|
|
|
|
|
## Out :
|
|
|
|
+ (none)
|
|
|
|
|
2017-08-30 15:26:34 +00:00
|
|
|
# ExecProcessNewEnv.YA
|
2017-08-25 06:37:21 +00:00
|
|
|
|
2017-08-30 15:26:34 +00:00
|
|
|
# ExecProcess.YA (Blocking Parent PID)
|
|
|
|
|
|
|
|
# CreateProcessNewEnv.YA
|
|
|
|
|
|
|
|
# CreateProcess.YA (Non Blocking)
|
|
|
|
|
|
|
|
## In:
|
|
|
|
+ Y,A = PTR To Cmd Line
|
2017-08-25 06:37:21 +00:00
|
|
|
|
|
|
|
## Out:
|
2017-08-30 15:26:34 +00:00
|
|
|
+ A = Child PSID
|
2017-08-25 06:37:21 +00:00
|
|
|
|
|
|
|
# Stat
|
|
|
|
Return information about a file
|
|
|
|
|
|
|
|
## In :
|
|
|
|
+ PUSHW = PTR to S.STAT buffer
|
2017-08-25 15:03:20 +00:00
|
|
|
+ PUSHW = PTR to Filename (C-String)
|
2017-08-25 06:37:21 +00:00
|
|
|
|
|
|
|
## Out :
|
|
|
|
|
|
|
|
# MKDirYA
|
|
|
|
|
|
|
|
## In:
|
|
|
|
+ Y,A = DIR name
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ CC : success
|
|
|
|
+ CS : error
|
|
|
|
+ A = EC
|
|
|
|
|
|
|
|
# MkNod.YA
|
|
|
|
return a hFile for a given Device Name
|
|
|
|
|
|
|
|
## IN:
|
|
|
|
+ Y,A=DevName
|
|
|
|
|
|
|
|
## OUT:
|
|
|
|
+ CC = OK, CS = ERROR
|
|
|
|
+ A = hFILE
|
|
|
|
|
2017-08-25 15:03:20 +00:00
|
|
|
# MKFIFO
|
|
|
|
return a S.FILE to a new FIFO
|
2017-08-25 06:37:21 +00:00
|
|
|
|
|
|
|
## IN:
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## OUT:
|
|
|
|
+ CC = OK, CS = ERROR
|
2017-08-25 15:03:20 +00:00
|
|
|
+ A = hFILE
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 15:03:20 +00:00
|
|
|
# FPutC.AY
|
|
|
|
Print A (char) to File
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 15:03:20 +00:00
|
|
|
## In:
|
|
|
|
+ A : char to print
|
|
|
|
+ Y = hFILE
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 15:03:20 +00:00
|
|
|
## Out:
|
|
|
|
+ CC = success
|
|
|
|
|
|
|
|
# PutChar.A
|
|
|
|
Print A (char) to StdOut
|
|
|
|
|
|
|
|
## In:
|
|
|
|
+ A : char to print
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ CC = success
|
|
|
|
|
|
|
|
# GetChar
|
|
|
|
Get char from StdIn
|
|
|
|
|
|
|
|
## In:
|
|
|
|
+ none.
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ CC = success
|
|
|
|
+ A = char
|
|
|
|
|
|
|
|
# GetC.A
|
|
|
|
Get char from File
|
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ A = hFILE
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 15:03:20 +00:00
|
|
|
## Out:
|
|
|
|
+ CC = success
|
|
|
|
+ A = char
|
|
|
|
|
|
|
|
# FPutS
|
|
|
|
Write String to FILE
|
|
|
|
|
|
|
|
## In:
|
|
|
|
+ PUSHW : CPtr
|
|
|
|
+ PUSHB : hFILE
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ CC = success
|
|
|
|
|
|
|
|
# PutS.YA
|
|
|
|
Write String to StdOut
|
|
|
|
|
|
|
|
## In:
|
|
|
|
+ Y,A : CPtr
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ CC = success
|
|
|
|
|
|
|
|
# FGetS
|
|
|
|
Read String From FILE
|
|
|
|
|
|
|
|
## In:
|
|
|
|
+ PUSHW : CPtr
|
|
|
|
+ PUSHB : hFILE
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ CC = success
|
|
|
|
|
|
|
|
# GetS.YA
|
|
|
|
Read String From StdIn
|
|
|
|
|
|
|
|
## In:
|
|
|
|
+ Y,A : CPtr
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ CC = success
|
|
|
|
|
2017-03-30 09:03:23 +00:00
|
|
|
# FOpen
|
|
|
|
Open a file
|
|
|
|
|
|
|
|
## In :
|
|
|
|
+ PUSHW = AUXTYPE
|
|
|
|
+ PUSHB = TYPE
|
|
|
|
+ PUSHB = MODE
|
|
|
|
+ SYS.FOpen.R : if R and exists -> ERROR
|
|
|
|
+ SYS.FOpen.W : if W and exists -> CREATE
|
|
|
|
+ SYS.FOpen.A : Append
|
|
|
|
+ SYS.FOpen.T : Open/Append in Text mode
|
|
|
|
+ SYS.FOpen.X : Create if not exists
|
|
|
|
+ PUSHW = PATH (PSTR)
|
|
|
|
|
|
|
|
## Out :
|
|
|
|
+ CC : A = hFILE
|
|
|
|
+ CS : A = EC
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# FClose.A
|
2017-03-30 09:03:23 +00:00
|
|
|
Close a file
|
|
|
|
|
|
|
|
## In :
|
|
|
|
+ A = hFILE
|
|
|
|
|
|
|
|
## Out :
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# FRead.A
|
2017-03-30 09:03:23 +00:00
|
|
|
Read ONE byte from file
|
|
|
|
|
|
|
|
## In :
|
|
|
|
+ A = hFILE
|
|
|
|
|
|
|
|
## Out :
|
|
|
|
+ A = Byte Read
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# FWrite.AY
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
|
|
|
+ A = hFILE
|
|
|
|
+ Y = char
|
|
|
|
|
|
|
|
# Out:
|
|
|
|
+ Y,A = Bytes Written
|
|
|
|
|
|
|
|
# FRead
|
|
|
|
Read bytes from file
|
|
|
|
|
|
|
|
## In :
|
|
|
|
+ PUSHW = Dest Ptr
|
|
|
|
+ PUSHW = Bytes To Read
|
|
|
|
+ PUSHB = hFILE
|
|
|
|
|
|
|
|
## Out :
|
|
|
|
+ Y,A = Bytes Read
|
|
|
|
|
|
|
|
# FWrite
|
|
|
|
|
|
|
|
## In:
|
|
|
|
+ PUSHW = Src Ptr
|
|
|
|
+ PUSHW = Bytes To Write
|
|
|
|
+ PUSHB = hFILE
|
|
|
|
|
|
|
|
# Out:
|
|
|
|
+ Y,A = Bytes Written
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# FFlush.A
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
|
|
|
+ A = hFILE
|
|
|
|
|
|
|
|
# FSeek
|
|
|
|
|
|
|
|
## In:
|
|
|
|
+ PUSHW = OffsetHi
|
|
|
|
+ PUSHW = OffsetLo
|
|
|
|
+ PUSHB = From
|
|
|
|
+ PUSHB = hFILE
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# FTell.A
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
|
|
|
+ A = hFILE
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ Y,A,X = Offset
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# FEOF.A
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
|
|
|
+ A = hFILE
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ CC :
|
|
|
|
+ A=0 EOF
|
|
|
|
+ A =0 NOT EOF
|
|
|
|
+ CS :
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# Remove.YA
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
# Rename
|
|
|
|
Rename a file
|
|
|
|
|
|
|
|
## In :
|
|
|
|
+ PUSHW = New Name
|
|
|
|
+ PUSHW = Old Name
|
|
|
|
|
|
|
|
## Out :
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# SScanF
|
|
|
|
Scan a PStr (in progress)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ PUSHW PTR to target buffer
|
|
|
|
+ PUSHW PSTR pattern (ex: "%d.%d.%d.%d")
|
|
|
|
+ %d : byte
|
|
|
|
+ PUSHW PSTR to scan (ex: "192.168.1.5")
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## Out:
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# PrintF.YA/SPrintF.YA/FPrintF.YA
|
|
|
|
Prints C-Style String
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
PrintF.YA :
|
|
|
|
+ Y,A = PTR to CStr
|
|
|
|
SPrintF.YA :
|
|
|
|
+ Y,A = PTR to CStr
|
|
|
|
+ PULLW = Ptr to Dst Buffer
|
|
|
|
FPrintF.YA :
|
|
|
|
+ Y,A = PTR to CStr
|
|
|
|
+ PULLB = hNode
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## Out:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ CC : success
|
|
|
|
+ CS : error code from Output
|
|
|
|
+ Specifiers :
|
|
|
|
+ %a : pull 2 bytes to Print Access right String 'drwxrwxrwx'
|
|
|
|
+ %b : pull 1 byte to Print BIN
|
|
|
|
+ %B : pull 2 bytes to Print BIN
|
|
|
|
+ %d : pull 1 byte unsigned DEC 0..255
|
|
|
|
+ %D : pull 2 bytes unsigned DEC 0..65535
|
|
|
|
+ %u : pull 2 bytes PTR to 4 bytes long unsigned DEC 0..4294967295
|
|
|
|
+ %e : pull 2 bytes PTR to 6 Bytes Real +1.23456789e+12
|
|
|
|
+ %f : pull 2 bytes PTR to 6 Bytes Real 3.1415
|
|
|
|
+ %h : pull 1 byte to Print HEX
|
|
|
|
+ %H : pull 2 bytes to Print HEX
|
|
|
|
+ %i : pull 1 byte to Print signed DEC -128..127
|
|
|
|
+ %I : pull 2 bytes to Print signed DEC -32768..32767
|
|
|
|
+ %L : pull 2 bytes PTR to 4 bytes signed DEC -2147483648..2147483647
|
|
|
|
+ %n : pull 1 byte to Print low Nibble HEX
|
|
|
|
+ %N : pull 1 byte to Print high Nibble HEX
|
|
|
|
+ %s : pull 2 bytes ptr to C-Style String
|
|
|
|
+ %S : pull 2 bytes ptr to P-Style String
|
|
|
|
+ \b : Print 'BS' (08)
|
|
|
|
+ \e : Print 'ESC' ($1B,27)
|
|
|
|
+ \f : Print 'FF' ($0C,12)
|
|
|
|
+ \n : Print 'LF' ($0A,10)
|
|
|
|
+ \r : Print 'CR' ($0D,13)
|
|
|
|
+ \\\\ : Print \
|
|
|
|
+ \% : Print %
|
|
|
|
+ Modifiers for len and padding :
|
|
|
|
+ %d : '9' '12'
|
|
|
|
+ %2d : ' 9' '12'
|
|
|
|
+ %02d : '09' '12'
|
|
|
|
+ %11s : 'ABCDEFGH '
|
|
|
|
+ %011s : 'ABCDEFGH000'
|
|
|
|
+ %2f : '3.14'
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 15:03:20 +00:00
|
|
|
# AToF
|
|
|
|
Convert String to 40 bits Float
|
|
|
|
|
|
|
|
## In:
|
|
|
|
+ PUSHW PTR to target buffer (5 Bytes)
|
|
|
|
+ PUSHW Source String (PSTR)
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
|
|
|
|
# AToI.YA
|
|
|
|
Convert String to 16 bits int
|
|
|
|
|
|
|
|
## In:
|
|
|
|
+ Y,A = Source String (C-String)
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ Y,A = Int
|
|
|
|
|
|
|
|
# AToL
|
|
|
|
Convert String to 32 bits int
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ PUSHW PTR to target buffer DWORD
|
|
|
|
+ PUSHW Source String (PSTR)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## Out:
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# StrLen.YA
|
|
|
|
Returns Length of C-String
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## In:
|
|
|
|
+ Y,A = Ptr to CSTR
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
## Out:
|
|
|
|
+ Y,A = String length
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# StrCat
|
|
|
|
Append SRC to DST
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ PUSHW = Ptr to SRC (CSTR)
|
|
|
|
+ PUSHW = Ptr to DST (CSTR)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## Out:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ DST = DST+SRC
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# StrCpy
|
|
|
|
Copy string
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ PUSHW = Ptr to SRC (CSTR)
|
|
|
|
+ PUSHW = Ptr to DST (CSTR)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## Out:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ DST = SRC
|
2017-03-30 09:03:23 +00:00
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# StrMatch
|
2017-03-30 09:03:23 +00:00
|
|
|
Compare a String against pattern
|
|
|
|
|
|
|
|
## In:
|
|
|
|
+ PUSHW = PTR to Pattern (e.g. '*test?.txt')
|
|
|
|
+ PUSHW = PTR to Src String
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ CC : match
|
|
|
|
+ CS : no match
|
|
|
|
|
2017-08-25 06:37:21 +00:00
|
|
|
# StrUpr.YA/StrLwr.YA
|
2017-03-30 09:03:23 +00:00
|
|
|
Convert string to UPPERCASE/lowercase
|
|
|
|
|
|
|
|
## In:
|
2017-08-25 06:37:21 +00:00
|
|
|
+ Y,A = PTR to String (CSTR)
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ Uppercased/lowercased String in Buffer
|
|
|
|
|
2017-08-22 06:38:16 +00:00
|
|
|
# StrFTime
|
|
|
|
Convert S.TIME struct to CSTR
|
2017-03-30 09:03:23 +00:00
|
|
|
|
|
|
|
## In:
|
2017-08-22 06:38:16 +00:00
|
|
|
+ PUSHW = Dst PTR To CSTR Buf
|
2017-03-30 09:03:23 +00:00
|
|
|
+ PUSHW = 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
|
|
|
|
+ PUSHW = Src PTR To S.Time
|
|
|
|
|
|
|
|
## Out:
|
|
|
|
+ none. always succeed.
|