Subversion Repositories Kolibri OS

Rev

Rev 9057 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9057 Rev 9833
1
.file   "export.s"
1
.file   "export.s"
2
    .intel_syntax
2
    .intel_syntax
3
 
3
 
4
.text
4
.text
5
    .global _AcpiGetRootPtr
5
    .global _AcpiGetRootPtr
6
    .global _AllocKernelSpace
6
    .global _AllocKernelSpace
7
    .global _AllocPage
7
    .global _AllocPage
8
    .global _AllocPages
8
    .global _AllocPages
9
 
9
 
10
    .global _AttachIntHandler
10
    .global _AttachIntHandler
11
 
11
 
12
    .global _CancelTimerHS
12
    .global _CancelTimerHS
13
    .global _ChangeTask
13
    .global _ChangeTask
14
    .global _CreateEvent
14
    .global _CreateEvent
15
    .global _CreateObject
15
    .global _CreateObject
16
    .global _CreateRingBuffer
16
    .global _CreateRingBuffer
17
    .global _CreateThread
17
    .global _CreateThread
18
 
18
 
19
    .global _Delay
19
    .global _Delay
20
    .global _DestroyEvent
20
    .global _DestroyEvent
21
    .global _DestroyObject
21
    .global _DestroyObject
22
 
22
 
23
    .global _DiskAdd
23
    .global _DiskAdd
24
    .global _DiskMediaChanged
24
    .global _DiskMediaChanged
25
 
25
 
26
    .global _FreeKernelSpace
26
    .global _FreeKernelSpace
27
    .global _FreePage
27
    .global _FreePage
28
 
28
    .global _FS_Service
-
 
29
 
29
    .global _GetClockNs
30
    .global _GetClockNs
30
    .global _GetCpuFreq
31
    .global _GetCpuFreq
31
    .global _GetDisplay
32
 
-
 
33
    .global _GetCurrSlot
-
 
34
 
-
 
35
    .global _GetDisplay
32
    .global _GetEvent
36
    .global _GetEvent
33
    .global _GetPgAddr
37
    .global _GetPgAddr
34
    .global _GetPCIList
38
    .global _GetPCIList
35
    .global _GetPid
39
    .global _GetPid
36
    .global _GetService
40
    .global _GetService
37
    .global _GetStackBase
41
    .global _GetStackBase
38
    .global _GetTimerTicks
42
    .global _GetTimerTicks
39
    .global _GetWindowRect
43
    .global _GetWindowRect
40
 
44
 
41
    .global _KernelAlloc
45
    .global _KernelAlloc
42
    .global _KernelFree
46
    .global _KernelFree
43
 
47
 
44
    .global _MapIoMem
48
    .global _MapIoMem
45
 
49
 
46
    .global _MapPage
50
    .global _MapPage
47
 
51
 
48
    .global _MutexInit
52
    .global _MutexInit
49
    .global _MutexLock
53
    .global _MutexLock
50
    .global _MutexUnlock
54
    .global _MutexUnlock
51
    .global _InitRwsem
55
    .global _InitRwsem
52
    .global _DownRead
56
    .global _DownRead
53
    .global _DownWrite
57
    .global _DownWrite
54
    .global _UpRead
58
    .global _UpRead
55
    .global _UpWrite
59
    .global _UpWrite
56
 
60
 
57
    .global _PciApi
61
    .global _PciApi
58
    .global _PciRead16
62
    .global _PciRead16
59
    .global _PciRead32
63
    .global _PciRead32
60
    .global _PciRead8
64
    .global _PciRead8
61
    .global _PciWrite16
65
    .global _PciWrite16
62
    .global _PciWrite32
66
    .global _PciWrite32
63
    .global _PciWrite8
67
    .global _PciWrite8
64
 
68
 
65
    .global _RaiseEvent
69
    .global _RaiseEvent
66
 
70
 
67
    .global _RegService
71
    .global _RegService
68
 
72
 
69
    .global _SetFramebuffer
73
    .global _SetFramebuffer
70
 
74
 
71
    .global _SetKeyboardData
75
    .global _SetKeyboardData
72
    .global _SetMouseData
76
    .global _SetMouseData
73
 
77
 
74
    .global _SetScreen
78
    .global _SetScreen
75
    .global _SysMsgBoardStr
79
    .global _SysMsgBoardStr
76
 
80
 
77
    .global _TimerHS
81
    .global _TimerHS
78
 
82
 
79
    .global _UserAlloc
83
    .global _UserAlloc
80
    .global _UserFree
84
    .global _UserFree
81
 
85
 
82
    .global _WaitEvent
86
    .global _WaitEvent
83
    .global _WaitEventTimeout
87
    .global _WaitEventTimeout
84
 
88
 
85
    .global _FS_Service
-
 
86
 
-
 
87
    .def  _AcpiGetRootPtr;  .scl  2;  .type 32; .endef
89
    .def  _AcpiGetRootPtr;  .scl  2;  .type 32; .endef
88
 
90
 
89
    .def  _AllocKernelSpace;  .scl  2;  .type 32; .endef
91
    .def  _AllocKernelSpace;  .scl  2;  .type 32; .endef
90
    .def  _AllocPage;         .scl  2;  .type 32; .endef
92
    .def  _AllocPage;         .scl  2;  .type 32; .endef
91
    .def  _AllocPages;        .scl  2;  .type 32; .endef
93
    .def  _AllocPages;        .scl  2;  .type 32; .endef
92
 
94
 
93
    .def  _AttachIntHandler;  .scl  2;  .type 32; .endef
95
    .def  _AttachIntHandler;  .scl  2;  .type 32; .endef
94
 
96
 
95
    .def  _CancelTimerHS;     .scl  2;  .type 32; .endef
97
    .def  _CancelTimerHS;     .scl  2;  .type 32; .endef
96
    .def  _ChangeTask;        .scl  2;  .type 32; .endef
98
    .def  _ChangeTask;        .scl  2;  .type 32; .endef
97
    .def  _CreateEvent;       .scl  2;  .type 32; .endef
99
    .def  _CreateEvent;       .scl  2;  .type 32; .endef
98
    .def  _CreateObject;      .scl  2;  .type 32; .endef
100
    .def  _CreateObject;      .scl  2;  .type 32; .endef
99
    .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
101
    .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
100
    .def  _CreateThread;      .scl  2;  .type 32; .endef
102
    .def  _CreateThread;      .scl  2;  .type 32; .endef
101
 
103
 
102
    .def  _Delay;             .scl  2;  .type 32; .endef
104
    .def  _Delay;             .scl  2;  .type 32; .endef
103
    .def  _DestroyEvent;      .scl  2;  .type 32; .endef
105
    .def  _DestroyEvent;      .scl  2;  .type 32; .endef
104
    .def  _DestroyObject;     .scl  2;  .type 32; .endef
106
    .def  _DestroyObject;     .scl  2;  .type 32; .endef
105
 
107
 
106
    .def  _DiskAdd;           .scl  2;  .type 32; .endef
108
    .def  _DiskAdd;           .scl  2;  .type 32; .endef
107
    .def  _DiskMediaChanged;  .scl  2;  .type 32; .endef
109
    .def  _DiskMediaChanged;  .scl  2;  .type 32; .endef
108
 
110
 
109
    .def  _FreeKernelSpace;   .scl  2;  .type 32; .endef
111
    .def  _FreeKernelSpace;   .scl  2;  .type 32; .endef
110
    .def  _FreePage;          .scl  2;  .type 32; .endef
112
    .def  _FreePage;          .scl  2;  .type 32; .endef
111
 
113
    .def  _FS_Service;        .scl  2;  .type 32; .endef
-
 
114
 
112
    .def  _GetClockNs;        .scl  2;  .type 32; .endef
115
    .def  _GetClockNs;        .scl  2;  .type 32; .endef
113
 
116
 
114
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
117
    .def  _GetCurrSlot;       .scl  2;  .type 32; .endef
115
 
118
 
116
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
119
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
117
    .def  _GetEvent;          .scl  2;  .type 32; .endef
120
    .def  _GetEvent;          .scl  2;  .type 32; .endef
118
    .def  _GetPCIList;        .scl  2;  .type 32; .endef
121
    .def  _GetPCIList;        .scl  2;  .type 32; .endef
119
    .def  _GetPid;            .scl  2;  .type 32; .endef
122
    .def  _GetPid;            .scl  2;  .type 32; .endef
120
    .def  _GetPgAddr;         .scl  2;  .type 32; .endef
123
    .def  _GetPgAddr;         .scl  2;  .type 32; .endef
121
    .def  _GetService;        .scl  2;  .type 32; .endef
124
    .def  _GetService;        .scl  2;  .type 32; .endef
122
    .def  _GetTimerTicks;     .scl  2;  .type 32; .endef
125
    .def  _GetTimerTicks;     .scl  2;  .type 32; .endef
123
    .def  _GetStackBase;      .scl  2;  .type 32; .endef
126
    .def  _GetStackBase;      .scl  2;  .type 32; .endef
124
    .def  _GetWindowRect;     .scl  2;  .type 32; .endef
127
    .def  _GetWindowRect;     .scl  2;  .type 32; .endef
125
 
128
 
126
    .def  _KernelAlloc;       .scl  2;  .type 32; .endef
129
    .def  _KernelAlloc;       .scl  2;  .type 32; .endef
127
    .def  _KernelFree;        .scl  2;  .type 32; .endef
130
    .def  _KernelFree;        .scl  2;  .type 32; .endef
128
 
131
 
129
    .def  _MapIoMem;          .scl  2;  .type 32; .endef
132
    .def  _MapIoMem;          .scl  2;  .type 32; .endef
130
 
133
 
131
    .def  _MapPage;           .scl  2;  .type 32; .endef
134
    .def  _MapPage;           .scl  2;  .type 32; .endef
132
 
135
 
133
    .def  _MutexInit;         .scl  2;  .type 32; .endef
136
    .def  _MutexInit;         .scl  2;  .type 32; .endef
134
    .def  _MutexLock;         .scl  2;  .type 32; .endef
137
    .def  _MutexLock;         .scl  2;  .type 32; .endef
135
    .def  _MutexUnlock;       .scl  2;  .type 32; .endef
138
    .def  _MutexUnlock;       .scl  2;  .type 32; .endef
136
 
139
 
137
    .def _InitRwsem;          .scl  2;  .type 32; .endef
140
    .def _InitRwsem;          .scl  2;  .type 32; .endef
138
    .def _DownRead;           .scl  2;  .type 32; .endef
141
    .def _DownRead;           .scl  2;  .type 32; .endef
139
    .def _DownWrite;          .scl  2;  .type 32; .endef
142
    .def _DownWrite;          .scl  2;  .type 32; .endef
140
    .def _UpRead;             .scl  2;  .type 32; .endef
143
    .def _UpRead;             .scl  2;  .type 32; .endef
141
    .def _UpWrite;            .scl  2;  .type 32; .endef
144
    .def _UpWrite;            .scl  2;  .type 32; .endef
142
 
145
 
143
    .def  _PciApi;            .scl  2;  .type 32; .endef
146
    .def  _PciApi;            .scl  2;  .type 32; .endef
144
    .def  _PciRead16;         .scl  2;  .type 32; .endef
147
    .def  _PciRead16;         .scl  2;  .type 32; .endef
145
    .def  _PciRead32;         .scl  2;  .type 32; .endef
148
    .def  _PciRead32;         .scl  2;  .type 32; .endef
146
    .def  _PciRead8;          .scl  2;  .type 32; .endef
149
    .def  _PciRead8;          .scl  2;  .type 32; .endef
147
    .def  _PciWrite16;        .scl  2;  .type 32; .endef
150
    .def  _PciWrite16;        .scl  2;  .type 32; .endef
148
    .def  _PciWrite32;        .scl  2;  .type 32; .endef
151
    .def  _PciWrite32;        .scl  2;  .type 32; .endef
149
    .def  _PciWrite8;         .scl  2;  .type 32; .endef
152
    .def  _PciWrite8;         .scl  2;  .type 32; .endef
150
 
153
 
151
    .def  _RaiseEvent;        .scl  2;  .type 32; .endef
154
    .def  _RaiseEvent;        .scl  2;  .type 32; .endef
152
 
155
 
153
    .def  _RegService;        .scl  2;  .type 32; .endef
156
    .def  _RegService;        .scl  2;  .type 32; .endef
154
 
157
 
155
    .def  _SetFramebuffer;    .scl  2;  .type 32; .endef
158
    .def  _SetFramebuffer;    .scl  2;  .type 32; .endef
156
    .def  _SetKeyboardData;   .scl  2;  .type 32; .endef
159
    .def  _SetKeyboardData;   .scl  2;  .type 32; .endef
157
    .def  _SetMouseData;      .scl  2;  .type 32; .endef
160
    .def  _SetMouseData;      .scl  2;  .type 32; .endef
158
    .def  _SetScreen;         .scl  2;  .type 32; .endef
161
    .def  _SetScreen;         .scl  2;  .type 32; .endef
159
    .def  _SysMsgBoardStr;    .scl  2;  .type 32; .endef
162
    .def  _SysMsgBoardStr;    .scl  2;  .type 32; .endef
160
 
163
 
161
    .def  _TimerHS;           .scl  2;  .type 32; .endef
164
    .def  _TimerHS;           .scl  2;  .type 32; .endef
162
 
165
 
163
    .def  _UserAlloc;         .scl  2;  .type 32; .endef
166
    .def  _UserAlloc;         .scl  2;  .type 32; .endef
164
    .def  _UserFree;          .scl  2;  .type 32; .endef
167
    .def  _UserFree;          .scl  2;  .type 32; .endef
165
 
168
 
166
    .def  _WaitEvent;         .scl  2;  .type 32; .endef
169
    .def  _WaitEvent;         .scl  2;  .type 32; .endef
167
    .def  _WaitEventTimeout;  .scl  2;  .type 32; .endef
170
    .def  _WaitEventTimeout;  .scl  2;  .type 32; .endef
168
    
171
 
169
    .def _FS_Service;         .scl  2;  .type 32; .endef
172
_AcpiGetRootPtr:
170
    
-
 
171
_AcpiGetRootPtr:
-
 
172
 
173
 
173
_AllocKernelSpace:
174
_AllocKernelSpace:
174
_AllocPage:
175
_AllocPage:
175
_AllocPages:
176
_AllocPages:
176
 
177
 
177
_AttachIntHandler:
178
_AttachIntHandler:
178
 
179
 
179
_CancelTimerHS:
180
_CancelTimerHS:
180
_ChangeTask:
181
_ChangeTask:
181
_CreateEvent:
182
_CreateEvent:
182
_CreateObject:
183
_CreateObject:
183
_CreateRingBuffer:
184
_CreateRingBuffer:
184
_CreateThread:
185
_CreateThread:
185
 
186
 
186
_Delay:
187
_Delay:
187
 
188
 
188
_DestroyEvent:
189
_DestroyEvent:
189
_DestroyObject:
190
_DestroyObject:
190
 
191
 
191
_DiskAdd:
192
_DiskAdd:
192
_DiskMediaChanged:
193
_DiskMediaChanged:
193
 
194
 
194
_FreeKernelSpace:
195
_FreeKernelSpace:
195
_FreePage:
196
_FreePage:
196
 
197
 
-
 
198
_FS_Service:
-
 
199
 
197
_GetClockNs:
200
_GetClockNs:
198
_GetCpuFreq:
201
_GetCpuFreq:
-
 
202
 
-
 
203
_GetCurrSlot:
-
 
204
 
199
_GetDisplay:
205
_GetDisplay:
200
_GetEvent:
206
_GetEvent:
201
_GetPCIList:
207
_GetPCIList:
202
_GetPid:
208
_GetPid:
203
_GetPgAddr:
209
_GetPgAddr:
204
_GetService:
210
_GetService:
205
_GetTimerTicks:
211
_GetTimerTicks:
206
_GetStackBase:
212
_GetStackBase:
207
_GetWindowRect:
213
_GetWindowRect:
208
 
214
 
209
_KernelAlloc:
215
_KernelAlloc:
210
_KernelFree:
216
_KernelFree:
211
 
217
 
212
_MapIoMem:
218
_MapIoMem:
213
 
219
 
214
_MapPage:
220
_MapPage:
215
 
221
 
216
_MutexInit:
222
_MutexInit:
217
_MutexLock:
223
_MutexLock:
218
_MutexUnlock:
224
_MutexUnlock:
219
 
225
 
220
_InitRwsem:
226
_InitRwsem:
221
_DownRead:
227
_DownRead:
222
_DownWrite:
228
_DownWrite:
223
_UpRead:
229
_UpRead:
224
_UpWrite:
230
_UpWrite:
225
 
231
 
226
_PciApi:
232
_PciApi:
227
_PciRead16:
233
_PciRead16:
228
_PciRead32:
234
_PciRead32:
229
_PciRead8:
235
_PciRead8:
230
_PciWrite16:
236
_PciWrite16:
231
_PciWrite32:
237
_PciWrite32:
232
_PciWrite8:
238
_PciWrite8:
233
 
239
 
234
_RaiseEvent:
240
_RaiseEvent:
235
_RegService:
241
_RegService:
236
 
242
 
237
_SetFramebuffer:
243
_SetFramebuffer:
238
_SetKeyboardData:
244
_SetKeyboardData:
239
_SetMouseData:
245
_SetMouseData:
240
_SetScreen:
246
_SetScreen:
241
_SysMsgBoardStr:
247
_SysMsgBoardStr:
242
 
248
 
243
_TimerHS:
249
_TimerHS:
244
 
250
 
245
_UserAlloc:
251
_UserAlloc:
246
_UserFree:
252
_UserFree:
247
_WaitEvent:
253
_WaitEvent:
248
_WaitEventTimeout:
254
_WaitEventTimeout:
249
 
255
        ret
250
_FS_Service:
-
 
251
 
-
 
252
        ret
-
 
253
 
256
 
254
.section .drectve
257
.section .drectve
255
 
258
 
256
        .ascii " -export:AcpiGetRootPtr"       #
259
        .ascii " -export:AcpiGetRootPtr"       #
257
        .ascii " -export:AllocKernelSpace"     # stdcall
260
        .ascii " -export:AllocKernelSpace"     # stdcall
258
 
261
 
259
        .ascii " -export:AllocPage"            # gcc ABI
262
        .ascii " -export:AllocPage"            # gcc ABI
260
        .ascii " -export:AllocPages"           # gcc ABI
263
        .ascii " -export:AllocPages"           # gcc ABI
261
 
264
 
262
        .ascii " -export:AttachIntHandler"     # stdcall
265
        .ascii " -export:AttachIntHandler"     # stdcall
263
 
266
 
264
        .ascii " -export:CancelTimerHS"        # stfcall
267
        .ascii " -export:CancelTimerHS"        # stfcall
265
        .ascii " -export:ChangeTask"           #
268
        .ascii " -export:ChangeTask"           #
266
        .ascii " -export:CreateEvent"          #
269
        .ascii " -export:CreateEvent"          #
267
        .ascii " -export:CreateObject"         #
270
        .ascii " -export:CreateObject"         #
268
        .ascii " -export:CreateRingBuffer"     # stdcall
271
        .ascii " -export:CreateRingBuffer"     # stdcall
269
        .ascii " -export:CreateThread"         #
272
        .ascii " -export:CreateThread"         #
270
 
273
 
271
        .ascii " -export:Delay"                # stdcall
274
        .ascii " -export:Delay"                # stdcall
272
        .ascii " -export:DestroyEvent"
275
        .ascii " -export:DestroyEvent"
273
        .ascii " -export:DestroyObject"
276
        .ascii " -export:DestroyObject"
274
        .ascii " -export:DiskAdd"              # stdcall
277
        .ascii " -export:DiskAdd"              # stdcall
275
        .ascii " -export:DiskMediaChanged"     # stdcall
278
        .ascii " -export:DiskMediaChanged"     # stdcall
276
 
279
 
277
        .ascii " -export:FreeKernelSpace"      # stdcall
280
        .ascii " -export:FreeKernelSpace"      # stdcall
278
        .ascii " -export:FreePage"             #
281
        .ascii " -export:FreePage"             #
279
 
282
 
-
 
283
        .ascii " -export:FS_Service"           # watch system call 70
-
 
284
 
280
        .ascii " -export:GetClockNs"           #
285
        .ascii " -export:GetClockNs"           #
281
        .ascii " -export:GetCpuFreq"           #
286
        .ascii " -export:GetCpuFreq"           #
-
 
287
 
-
 
288
        .ascii " -export:GetCurrSlot"
-
 
289
 
282
        .ascii " -export:GetDisplay"           # stdcall
290
        .ascii " -export:GetDisplay"           # stdcall
283
        .ascii " -export:GetEvent"             #
291
        .ascii " -export:GetEvent"             #
284
        .ascii " -export:GetPCIList"           #
292
        .ascii " -export:GetPCIList"           #
285
        .ascii " -export:GetPid"               #
293
        .ascii " -export:GetPid"               #
286
        .ascii " -export:GetPgAddr"            # stdcall
294
        .ascii " -export:GetPgAddr"            # stdcall
287
        .ascii " -export:GetService"           # stdcall
295
        .ascii " -export:GetService"           # stdcall
288
        .ascii " -export:GetTimerTicks"        #
296
        .ascii " -export:GetTimerTicks"        #
289
        .ascii " -export:GetStackBase"         #
297
        .ascii " -export:GetStackBase"         #
290
        .ascii " -export:GetWindowRect"        # fastcall
298
        .ascii " -export:GetWindowRect"        # fastcall
291
 
299
 
292
 
-
 
293
        .ascii " -export:KernelAlloc"          # stdcall
300
        .ascii " -export:KernelAlloc"          # stdcall
294
        .ascii " -export:KernelFree"           # stdcall
301
        .ascii " -export:KernelFree"           # stdcall
295
 
302
 
296
        .ascii " -export:MapIoMem"             # stdcall
303
        .ascii " -export:MapIoMem"             # stdcall
297
        .ascii " -export:MapPage"              # stdcall
304
        .ascii " -export:MapPage"              # stdcall
298
 
305
 
299
        .ascii " -export:MutexInit"            # fastcall
306
        .ascii " -export:MutexInit"            # fastcall
300
        .ascii " -export:MutexLock"            # fastcall
307
        .ascii " -export:MutexLock"            # fastcall
301
        .ascii " -export:MutexUnlock"          # fastcall
308
        .ascii " -export:MutexUnlock"          # fastcall
302
 
309
 
303
        .ascii " -export:InitRwsem"            # fastcall
310
        .ascii " -export:InitRwsem"            # fastcall
304
        .ascii " -export:DownRead"             # fastcall
311
        .ascii " -export:DownRead"             # fastcall
305
        .ascii " -export:DownWrite"            # fastcall
312
        .ascii " -export:DownWrite"            # fastcall
306
        .ascii " -export:UpRead"               # fastcall
313
        .ascii " -export:UpRead"               # fastcall
307
        .ascii " -export:UpWrite"              # fastcall
314
        .ascii " -export:UpWrite"              # fastcall
308
 
315
 
309
        .ascii " -export:PciApi"               #
316
        .ascii " -export:PciApi"               #
310
        .ascii " -export:PciRead16"            # stdcall
317
        .ascii " -export:PciRead16"            # stdcall
311
        .ascii " -export:PciRead32"            # stdcall
318
        .ascii " -export:PciRead32"            # stdcall
312
        .ascii " -export:PciRead8"             # stdcall
319
        .ascii " -export:PciRead8"             # stdcall
313
        .ascii " -export:PciWrite16"           # stdcall
320
        .ascii " -export:PciWrite16"           # stdcall
314
        .ascii " -export:PciWrite32"           # stdcall
321
        .ascii " -export:PciWrite32"           # stdcall
315
        .ascii " -export:PciWrite8"            # stdcall
322
        .ascii " -export:PciWrite8"            # stdcall
316
 
323
 
317
        .ascii " -export:RaiseEvent"           #
324
        .ascii " -export:RaiseEvent"           #
318
 
325
 
319
        .ascii " -export:RegService"           # stdcall
326
        .ascii " -export:RegService"           # stdcall
320
 
327
 
321
        .ascii " -export:SetFramebuffer"       # fastcall
328
        .ascii " -export:SetFramebuffer"       # fastcall
322
        .ascii " -export:SetKeyboardData"      # stdcall
329
        .ascii " -export:SetKeyboardData"      # stdcall
323
        .ascii " -export:SetMouseData"         # stdcall
330
        .ascii " -export:SetMouseData"         # stdcall
324
        .ascii " -export:SetScreen"            # stdcall
331
        .ascii " -export:SetScreen"            # stdcall
325
        .ascii " -export:SysMsgBoardStr"       # stdcall
332
        .ascii " -export:SysMsgBoardStr"       # stdcall
326
 
333
 
327
        .ascii " -export:TimerHS"              # stdcall
334
        .ascii " -export:TimerHS"              # stdcall
328
 
335
 
329
        .ascii " -export:UserAlloc"            # stdcall
336
        .ascii " -export:UserAlloc"            # stdcall
330
        .ascii " -export:UserFree"             # stdcall
337
        .ascii " -export:UserFree"             # stdcall
331
 
338
 
332
        .ascii " -export:WaitEvent"            # stdcall
339
        .ascii " -export:WaitEvent"            # stdcall
333
        .ascii " -export:WaitEventTimeout"     # stdcall
340
        .ascii " -export:WaitEventTimeout"     # stdcall
334
        .ascii " -export:FS_Service"           # watch system call 70
341
335
-