Subversion Repositories Kolibri OS

Rev

Rev 4110 | Rev 4928 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4110 Rev 4125
Line 8... Line 8...
8
    .global _AllocPages
8
    .global _AllocPages
9
 
9
 
Line 10... Line 10...
10
    .global _AttachIntHandler
10
    .global _AttachIntHandler
Line -... Line 11...
-
 
11
 
11
 
12
    .global _CancelTimerHS
12
    .global _CreateEvent
13
    .global _CreateEvent
13
    .global _CreateObject
14
    .global _CreateObject
14
    .global _CreateRingBuffer
15
    .global _CreateRingBuffer
Line 62... Line 63...
62
 
63
 
Line 63... Line 64...
63
    .global _SetScreen
64
    .global _SetScreen
64
    .global _SysMsgBoardStr
65
    .global _SysMsgBoardStr
Line 65... Line 66...
65
 
66
 
Line 66... Line 67...
66
    .global _TimerHs
67
    .global _TimerHS
67
 
68
 
Line 68... Line 69...
68
    .global _UserAlloc
69
    .global _UserAlloc
Line 77... Line 78...
77
    .def  _AllocPages;        .scl  2;  .type 32; .endef
78
    .def  _AllocPages;        .scl  2;  .type 32; .endef
78
 
79
 
Line 79... Line 80...
79
    .def  _AttachIntHandler;  .scl  2;  .type 32; .endef
80
    .def  _AttachIntHandler;  .scl  2;  .type 32; .endef
Line -... Line 81...
-
 
81
 
80
 
82
    .def  _CancelTimerHS;     .scl  2;  .type 32; .endef
81
    .def  _CreateEvent;       .scl  2;  .type 32; .endef
83
    .def  _CreateEvent;       .scl  2;  .type 32; .endef
82
    .def  _CreateObject;      .scl  2;  .type 32; .endef
84
    .def  _CreateObject;      .scl  2;  .type 32; .endef
83
    .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
85
    .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
Line 131... Line 133...
131
    .def  _SetMouseData;      .scl  2;  .type 32; .endef
133
    .def  _SetMouseData;      .scl  2;  .type 32; .endef
132
    .def  _SetKeyboardData;   .scl  2;  .type 32; .endef
134
    .def  _SetKeyboardData;   .scl  2;  .type 32; .endef
133
    .def  _SysMsgBoardStr;    .scl  2;  .type 32; .endef
135
    .def  _SysMsgBoardStr;    .scl  2;  .type 32; .endef
134
 
136
 
Line 135... Line 137...
135
    .def  _TimerHs;           .scl  2;  .type 32; .endef
137
    .def  _TimerHS;           .scl  2;  .type 32; .endef
Line 136... Line 138...
136
 
138
 
137
    .def  _UserAlloc;         .scl  2;  .type 32; .endef
139
    .def  _UserAlloc;         .scl  2;  .type 32; .endef
Line 138... Line 140...
138
    .def  _UserFree;          .scl  2;  .type 32; .endef
140
    .def  _UserFree;          .scl  2;  .type 32; .endef
Line 146... Line 148...
146
_AllocPages:
148
_AllocPages:
147
 
149
 
Line 148... Line 150...
148
_AttachIntHandler:
150
_AttachIntHandler:
Line -... Line 151...
-
 
151
 
149
 
152
_CancelTimerHS:
150
_CreateEvent:
153
_CreateEvent:
151
_CreateObject:
154
_CreateObject:
152
_CreateRingBuffer:
155
_CreateRingBuffer:
Line 200... Line 203...
200
 
203
 
Line 201... Line 204...
201
_SetScreen:
204
_SetScreen:
202
_SysMsgBoardStr:
205
_SysMsgBoardStr:
Line 203... Line 206...
203
 
206
 
Line 204... Line 207...
204
_TimerHs:
207
_TimerHS:
205
 
208
 
206
_UserAlloc:
209
_UserAlloc:
207
_UserFree:
210
_UserFree:
Line 218... Line 221...
218
        .ascii " -export:AllocPages"           # gcc ABI
221
        .ascii " -export:AllocPages"           # gcc ABI
219
 
222
 
Line 220... Line 223...
220
        .ascii " -export:AttachIntHandler"     # stdcall
223
        .ascii " -export:AttachIntHandler"     # stdcall
Line -... Line 224...
-
 
224
 
221
 
225
        .ascii " -export:CancelTimerHS"        # stfcall
222
        .ascii " -export:CreateEvent"          #
226
        .ascii " -export:CreateEvent"          #
223
        .ascii " -export:CreateObject"         #
227
        .ascii " -export:CreateObject"         #
224
        .ascii " -export:CreateRingBuffer"     # stdcall
228
        .ascii " -export:CreateRingBuffer"     # stdcall
Line 225... Line 229...
225
        .ascii " -export:CreateThread"         #
229
        .ascii " -export:CreateThread"         #
226
 
-
 
227
        .ascii " -export:Delay"                # stdcall
230
 
228
 
231
        .ascii " -export:Delay"                # stdcall
229
        .ascii " -export:DestroyEvent"
-
 
230
        .ascii " -export:DestroyObject"
232
        .ascii " -export:DestroyEvent"
231
 
233
        .ascii " -export:DestroyObject"
Line 232... Line 234...
232
        .ascii " -export:DiskAdd"              # stdcall
234
        .ascii " -export:DiskAdd"              # stdcall
233
        .ascii " -export:DiskMediaChanged"     # stdcall
235
        .ascii " -export:DiskMediaChanged"     # stdcall
Line 234... Line 236...
234
 
236
 
235
        .ascii " -export:FreeKernelSpace"      # stdcall
-
 
236
        .ascii " -export:FreePage"             #
237
        .ascii " -export:FreeKernelSpace"      # stdcall
237
 
238
        .ascii " -export:FreePage"             #
238
        .ascii " -export:GetCpuFreq"           #
239
 
239
 
240
        .ascii " -export:GetCpuFreq"           #
240
        .ascii " -export:GetDisplay"           # stdcall
241
        .ascii " -export:GetDisplay"           # stdcall
Line 274... Line 275...
274
 
275
 
Line 275... Line 276...
275
        .ascii " -export:SetScreen"            # stdcall
276
        .ascii " -export:SetScreen"            # stdcall
276
        .ascii " -export:SysMsgBoardStr"       # stdcall
277
        .ascii " -export:SysMsgBoardStr"       # stdcall
Line 277... Line 278...
277
 
278
 
Line 278... Line 279...
278
        .ascii " -export:TimerHs"              # stdcall
279
        .ascii " -export:TimerHS"              # stdcall
279
 
280
 
Line 280... Line 281...
280
        .ascii " -export:UserAlloc"            # stdcall
281
        .ascii " -export:UserAlloc"            # stdcall