1 | ;
|
---|
2 | ; DOSCALLS
|
---|
3 | ;
|
---|
4 | DOS16OPEN DOSCALLS 70 ?
|
---|
5 | DOS16CLOSE DOSCALLS 59 ?
|
---|
6 | DOS16READ DOSCALLS 137 ?
|
---|
7 | DOS16WRITE DOSCALL1 138 ?
|
---|
8 | DOS16IREAD DOSCALL1 79 ?
|
---|
9 | DOS16IWRITE DOSCALL1 87 ?
|
---|
10 | DOS16DEVIOCTL DOSCALL1 53 ?
|
---|
11 | DOS16DEVIOCTL2 DOSCALL1 99 ?
|
---|
12 |
|
---|
13 | ;
|
---|
14 | ; KEE
|
---|
15 | ;
|
---|
16 | KernAllocSpinLock KEE 10 ?
|
---|
17 | KernFreeSpinLock KEE 11 ?
|
---|
18 | KernAcquireSpinLock KEE 12 ?
|
---|
19 | KernReleaseSpinLock KEE 13 ?
|
---|
20 | KernAllocMutexLock KEE 20 ?
|
---|
21 | KernFreeMutexLock KEE 21 ?
|
---|
22 | KernRequestSharedMutex KEE 22 ?
|
---|
23 | KernReleaseSharedMutex KEE 23 ?
|
---|
24 | KernTryRequestSharedMutex KEE 24 ?
|
---|
25 | KernRequestExclusiveMutex KEE 25 ?
|
---|
26 | KernReleaseExclusiveMutex KEE 26 ?
|
---|
27 | KernTryRequestExclusiveMutex KEE 27 ?
|
---|
28 | KernBlock KEE 30 ?
|
---|
29 | KernWakeup KEE 31 ?
|
---|
30 | KernThunkStackTo16 KEE 40 ?
|
---|
31 | KernThunkStackTo32 KEE 41 ?
|
---|
32 | KernSerialize16BitDD KEE 42 ?
|
---|
33 | KernUnserialize16BitDD KEE 43 ?
|
---|
34 | KernArmHook KEE 44 ?
|
---|
35 | KernAllocateContextHook KEE 45 ?
|
---|
36 | KernCopyIn KEE 50 ?
|
---|
37 | KernCopyOut KEE 51 ?
|
---|
38 | KernVMAlloc KEE 60 ?
|
---|
39 | KernVMFree KEE 61 ?
|
---|
40 | KernVMLock KEE 62 ?
|
---|
41 | KernVMUnlock KEE 63 ?
|
---|
42 | KernLinToPageList KEE 64 ?
|
---|
43 | KernVMSetMem KEE 65 ?
|
---|
44 | KernSelToFlat KEE 66 ?
|
---|
45 | KernDynamicAPI KEE 70 ?
|
---|
46 | KernRASSysTrace KEE 80 ?
|
---|
47 | KernPerfSysTrace KEE 81 ?
|
---|
48 | _KernSISData KEE 90 ?
|
---|
49 | _KernLISData KEE 91 ?
|
---|
50 | _KernInterruptLevel KEE 92 ?
|
---|
51 | _KernTKSSBase KEE 93 ?
|
---|
52 | _KernKEEVersion KEE 94 ?
|
---|
53 | KernLockFile KEE 100 ?
|
---|
54 | KernUnLockFile KEE 101 ?
|
---|
55 | KernGetFileSize KEE 102 ?
|
---|
56 | KernTestFileCache KEE 103 ?
|
---|
57 | KernReadFileAt KEE 104 ?
|
---|
58 | KernReadFileAtCache KEE 105 ?
|
---|
59 | KernReturnFileCache KEE 106 ?
|
---|
60 | KernCreateUconvObject KEE 120 ?
|
---|
61 | KernStrFromUcs KEE 121 ?
|
---|
62 | KernStrToUcs KEE 122 ?
|
---|
63 |
|
---|