Subversion Repositories Kolibri OS

Rev

Rev 3031 | Rev 3391 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1408 serge 1
 
2
    .intel_syntax
3
4
 
2966 Serge 5
1408 serge 6
 
2966 Serge 7
    .global _AllocPage
1408 serge 8
    .global _AllocPages
9
10
 
1604 serge 11
12
 
1613 serge 13
    .global _CreateObject
2169 serge 14
    .global _CreateRingBuffer
15
1613 serge 16
 
1408 serge 17
    .global _DestroyEvent
2966 Serge 18
    .global _DestroyObject
1408 serge 19
20
 
21
    .global _FreePage
2966 Serge 22
1408 serge 23
 
24
    .global _GetEvent
1613 serge 25
    .global _GetPgAddr
1408 serge 26
    .global _GetPid
2169 serge 27
    .global _GetService
1408 serge 28
    .global _GetTimerTicks
1616 serge 29
    .global _GetStackBase
1872 serge 30
    .global _GetWindowRect
2966 Serge 31
1408 serge 32
 
33
    .global _KernelFree
34
35
 
36
37
 
3031 serge 38
39
 
1434 serge 40
    .global _MutexLock
41
    .global _MutexUnlock
42
43
 
1408 serge 44
    .global _PciRead16
45
    .global _PciRead32
46
    .global _PciRead8
47
    .global _PciWrite16
48
    .global _PciWrite32
49
    .global _PciWrite8
50
51
 
1613 serge 52
53
 
1408 serge 54
55
 
1434 serge 56
    .global _SetKeyboardData
1872 serge 57
58
 
1408 serge 59
    .global _SysMsgBoardStr
60
61
 
2966 Serge 62
63
 
2007 serge 64
    .global _UserFree
3039 serge 65
2007 serge 66
 
1613 serge 67
1408 serge 68
 
1613 serge 69
 
2966 Serge 70
    .def  _AllocPage;         .scl  2;  .type 32; .endef
1408 serge 71
    .def  _AllocPages;        .scl  2;  .type 32; .endef
72
73
 
1604 serge 74
75
 
1613 serge 76
    .def  _CreateObject;      .scl  2;  .type 32; .endef
2169 serge 77
    .def  _CreateRingBuffer;  .scl  2;  .type 32; .endef
1408 serge 78
79
 
80
    .def  _DestroyEvent;      .scl  2;  .type 32; .endef
2966 Serge 81
    .def  _DestroyObject;     .scl  2;  .type 32; .endef
1408 serge 82
83
 
84
    .def  _FreePage;          .scl  2;  .type 32; .endef
2966 Serge 85
1408 serge 86
 
87
    .def  _GetEvent;          .scl  2;  .type 32; .endef
1613 serge 88
    .def  _GetPid;            .scl  2;  .type 32; .endef
2169 serge 89
    .def  _GetPgAddr;         .scl  2;  .type 32; .endef
1408 serge 90
    .def  _GetService;        .scl  2;  .type 32; .endef
91
    .def  _GetTimerTicks;     .scl  2;  .type 32; .endef
1616 serge 92
    .def  _GetStackBase;      .scl  2;  .type 32; .endef
1872 serge 93
    .def  _GetWindowRect;     .scl  2;  .type 32; .endef
2966 Serge 94
1408 serge 95
 
96
    .def  _KernelFree;        .scl  2;  .type 32; .endef
97
98
 
99
100
 
3031 serge 101
102
 
1434 serge 103
    .def  _MutexLock;         .scl  2;  .type 32; .endef
104
    .def  _MutexUnlock;       .scl  2;  .type 32; .endef
105
106
 
1408 serge 107
    .def  _PciRead16;         .scl  2;  .type 32; .endef
108
    .def  _PciRead32;         .scl  2;  .type 32; .endef
109
    .def  _PciRead8;          .scl  2;  .type 32; .endef
110
    .def  _PciWrite16;        .scl  2;  .type 32; .endef
111
    .def  _PciWrite32;        .scl  2;  .type 32; .endef
112
    .def  _PciWrite8;         .scl  2;  .type 32; .endef
113
114
 
1613 serge 115
116
 
1408 serge 117
118
 
119
    .def  _SetMouseData;      .scl  2;  .type 32; .endef
1434 serge 120
    .def  _SetKeyboardData;   .scl  2;  .type 32; .endef
1872 serge 121
    .def  _SysMsgBoardStr;    .scl  2;  .type 32; .endef
1408 serge 122
123
 
2966 Serge 124
125
 
2007 serge 126
    .def  _UserFree;          .scl  2;  .type 32; .endef
3039 serge 127
2007 serge 128
 
1613 serge 129
1408 serge 130
 
1613 serge 131
 
2966 Serge 132
_AllocPage:
1408 serge 133
_AllocPages:
134
135
 
1604 serge 136
137
 
1613 serge 138
_CreateObject:
2169 serge 139
_CreateRingBuffer:
1408 serge 140
141
 
142
143
 
2966 Serge 144
_DestroyObject:
1408 serge 145
146
 
147
_FreePage:
2966 Serge 148
1408 serge 149
 
150
_GetEvent:
1613 serge 151
_GetPid:
2169 serge 152
_GetPgAddr:
1408 serge 153
_GetService:
154
_GetTimerTicks:
1616 serge 155
_GetStackBase:
1872 serge 156
_GetWindowRect:
2966 Serge 157
1408 serge 158
 
159
_KernelFree:
160
161
 
162
163
 
3031 serge 164
165
 
1434 serge 166
_MutexLock:
167
_MutexUnlock:
168
169
 
1408 serge 170
_PciRead16:
171
_PciRead32:
172
_PciRead8:
173
_PciWrite16:
174
_PciWrite32:
175
_PciWrite8:
176
177
 
1613 serge 178
_RegService:
1408 serge 179
180
 
1434 serge 181
_SetKeyboardData:
1872 serge 182
183
 
1408 serge 184
_SysMsgBoardStr:
185
1613 serge 186
 
2966 Serge 187
188
 
2007 serge 189
_UserFree:
3039 serge 190
_WaitEvent:
1613 serge 191
192
 
1408 serge 193
194
 
2966 Serge 195
1408 serge 196
 
2966 Serge 197
198
 
1408 serge 199
        .ascii " -export:AllocPages"           # gcc ABI
200
201
 
1604 serge 202
203
 
1613 serge 204
        .ascii " -export:CreateObject"         #
2169 serge 205
1613 serge 206
 
1408 serge 207
208
 
209
210
 
2966 Serge 211
        .ascii " -export:DestroyObject"
1408 serge 212
213
 
214
        .ascii " -export:FreePage"             #
2966 Serge 215
1408 serge 216
 
217
        .ascii " -export:GetEvent"             #
1613 serge 218
        .ascii " -export:GetPid"               #
2169 serge 219
        .ascii " -export:GetPgAddr"            # stdcall
1408 serge 220
        .ascii " -export:GetService"           # stdcall
221
        .ascii " -export:GetTimerTicks"        #
1616 serge 222
        .ascii " -export:GetStackBase"         #
1872 serge 223
        .ascii " -export:GetWindowRect"        # fastcall
2966 Serge 224
1408 serge 225
 
1872 serge 226
 
1408 serge 227
        .ascii " -export:KernelFree"           # stdcall
228
229
 
230
        .ascii " -export:MapPage"              # stdcall
3031 serge 231
1408 serge 232
 
1434 serge 233
        .ascii " -export:MutexLock"            # fastcall
234
        .ascii " -export:MutexUnlock"          # fastcall
235
236
 
1408 serge 237
        .ascii " -export:PciRead16"            # stdcall
238
        .ascii " -export:PciRead32"            # stdcall
239
        .ascii " -export:PciRead8"             # stdcall
240
        .ascii " -export:PciWrite16"           # stdcall
241
        .ascii " -export:PciWrite32"           # stdcall
242
        .ascii " -export:PciWrite8"            # stdcall
243
244
 
1613 serge 245
246
 
1408 serge 247
248
 
1434 serge 249
        .ascii " -export:SetKeyboardData"      # stdcall
1872 serge 250
251
 
1408 serge 252
        .ascii " -export:SysMsgBoardStr"       # stdcall
253
254
 
2966 Serge 255
256
 
2007 serge 257
        .ascii " -export:UserFree"             # stdcall
3039 serge 258
2007 serge 259
 
1613 serge 260