build: add the SIBO SDK
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
; Generated by Ctran from comman.cl
|
||||
COMMAN_ING equ 1
|
||||
IFNDEF OLIB_ING
|
||||
INCLUDE ..\inc\OLIB.ING
|
||||
ENDIF
|
||||
; Class Numbers
|
||||
C_COMMAN equ 17
|
||||
; Method Numbers
|
||||
O_COM_MODE_CHANGE equ 5
|
||||
O_COM_INIT equ 1
|
||||
O_COM_STATWIN equ 2
|
||||
O_COM_MENU equ 4
|
||||
O_COM_EXIT equ 7
|
||||
O_COM_FILE_CHANGE equ 6
|
||||
O_COM_ACCL_CHECK equ 3
|
||||
; Constants for comman
|
||||
O_COM_SYS_LAST equ (O_COM_EXIT)
|
||||
BREAK_LINE_FOLLOWS equ (080h)
|
||||
PURE_COM_ID equ (07fh)
|
||||
; Property of comman
|
||||
PR_COMMAN struc
|
||||
CommanRoot PRS_ROOT <>
|
||||
PR_COMMAN ends
|
||||
Reference in New Issue
Block a user