Subversion Repositories Kolibri OS

Rev

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

Rev 1616 Rev 1872
Line 20... Line 20...
20
    .global _GetEvent
20
    .global _GetEvent
21
    .global _GetPgAddr
21
    .global _GetPgAddr
22
    .global _GetService
22
    .global _GetService
23
    .global _GetTimerTicks
23
    .global _GetTimerTicks
24
 
24
    .global _GetStackBase
-
 
25
 
Line 25... Line 26...
25
    .global _KernelAlloc
26
    .global _KernelAlloc
26
    .global _KernelFree
27
    .global _KernelFree
Line 27... Line 28...
27
 
28
 
Line 43... Line 44...
43
 
44
 
Line 44... Line 45...
44
    .global _RegService
45
    .global _RegService
Line 45... Line 46...
45
 
46
 
-
 
47
    .global _SetMouseData
-
 
48
    .global _SetKeyboardData
46
    .global _SetMouseData
49
 
47
    .global _SetScreen
50
    .global _SetScreen
Line 48... Line 51...
48
    .global _SysMsgBoardStr
51
    .global _SysMsgBoardStr
Line 68... Line 71...
68
    .def  _GetEvent;          .scl  2;  .type 32; .endef
71
    .def  _GetEvent;          .scl  2;  .type 32; .endef
69
    .def  _GetPgAddr;         .scl  2;  .type 32; .endef
72
    .def  _GetPgAddr;         .scl  2;  .type 32; .endef
70
    .def  _GetService;        .scl  2;  .type 32; .endef
73
    .def  _GetService;        .scl  2;  .type 32; .endef
71
    .def  _GetTimerTicks;     .scl  2;  .type 32; .endef
74
    .def  _GetTimerTicks;     .scl  2;  .type 32; .endef
72
 
75
    .def  _GetStackBase;      .scl  2;  .type 32; .endef
-
 
76
 
Line 73... Line 77...
73
    .def  _KernelAlloc;       .scl  2;  .type 32; .endef
77
    .def  _KernelAlloc;       .scl  2;  .type 32; .endef
74
    .def  _KernelFree;        .scl  2;  .type 32; .endef
78
    .def  _KernelFree;        .scl  2;  .type 32; .endef
Line 75... Line 79...
75
 
79
 
Line 92... Line 96...
92
    .def  _RegService;        .scl  2;  .type 32; .endef
96
    .def  _RegService;        .scl  2;  .type 32; .endef
Line 93... Line 97...
93
 
97
 
94
    .def  _SetScreen;         .scl  2;  .type 32; .endef
98
    .def  _SetScreen;         .scl  2;  .type 32; .endef
-
 
99
    .def  _SetMouseData;      .scl  2;  .type 32; .endef
95
    .def  _SetMouseData;      .scl  2;  .type 32; .endef
100
    .def  _SetKeyboardData;   .scl  2;  .type 32; .endef
Line 96... Line 101...
96
    .def  _SysMsgBoardStr;    .scl  2;  .type 32; .endef
101
    .def  _SysMsgBoardStr;    .scl  2;  .type 32; .endef
Line 118... Line 123...
118
_GetEvent:
123
_GetEvent:
119
_GetPgAddr:
124
_GetPgAddr:
120
_GetService:
125
_GetService:
121
_GetTimerTicks:
126
_GetTimerTicks:
122
 
127
_GetStackBase:
-
 
128
 
Line 123... Line 129...
123
_KernelAlloc:
129
_KernelAlloc:
124
_KernelFree:
130
_KernelFree:
Line 125... Line 131...
125
 
131
 
Line 140... Line 146...
140
_RaiseEvent:
146
_RaiseEvent:
141
_RegService:
147
_RegService:
Line 142... Line 148...
142
 
148
 
-
 
149
_SetMouseData:
-
 
150
_SetKeyboardData:
143
_SetMouseData:
151
 
144
_SetScreen:
152
_SetScreen:
Line 145... Line 153...
145
_SysMsgBoardStr:
153
_SysMsgBoardStr:
Line 169... Line 177...
169
        .ascii " -export:GetEvent"             #
177
        .ascii " -export:GetEvent"             #
170
        .ascii " -export:GetPgAddr"            # stdcall
178
        .ascii " -export:GetPgAddr"            # stdcall
171
        .ascii " -export:GetService"           # stdcall
179
        .ascii " -export:GetService"           # stdcall
172
        .ascii " -export:GetTimerTicks"        #
180
        .ascii " -export:GetTimerTicks"        #
173
 
181
        .ascii " -export:GetStackBase"         #
-
 
182
 
-
 
183
 
Line 174... Line 184...
174
        .ascii " -export:KernelAlloc"          # stdcall
184
        .ascii " -export:KernelAlloc"          # stdcall
175
        .ascii " -export:KernelFree"           # stdcall
185
        .ascii " -export:KernelFree"           # stdcall
Line 176... Line 186...
176
 
186
 
Line 192... Line 202...
192
 
202
 
Line 193... Line 203...
193
        .ascii " -export:RegService"           # stdcall
203
        .ascii " -export:RegService"           # stdcall
Line 194... Line 204...
194
 
204
 
-
 
205
        .ascii " -export:SetMouseData"         # stdcall
-
 
206
        .ascii " -export:SetKeyboardData"      # stdcall
195
        .ascii " -export:SetMouseData"         # stdcall
207
 
196
        .ascii " -export:SetScreen"            # stdcall
208
        .ascii " -export:SetScreen"            # stdcall
Line 197... Line 209...
197
        .ascii " -export:SysMsgBoardStr"       # stdcall
209
        .ascii " -export:SysMsgBoardStr"       # stdcall