Subversion Repositories Kolibri OS

Rev

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

Rev 1872 Rev 2007
Line 49... Line 49...
49
 
49
 
Line 50... Line 50...
50
    .global _SetScreen
50
    .global _SetScreen
51
    .global _SysMsgBoardStr
51
    .global _SysMsgBoardStr
Line -... Line 52...
-
 
52
 
-
 
53
    .global _UserAlloc
52
 
54
 
Line 53... Line 55...
53
    .global _WaitEvent
55
    .global _WaitEvent
54
 
56
 
Line 99... Line 101...
99
    .def  _SetMouseData;      .scl  2;  .type 32; .endef
101
    .def  _SetMouseData;      .scl  2;  .type 32; .endef
100
    .def  _SetKeyboardData;   .scl  2;  .type 32; .endef
102
    .def  _SetKeyboardData;   .scl  2;  .type 32; .endef
101
    .def  _SysMsgBoardStr;    .scl  2;  .type 32; .endef
103
    .def  _SysMsgBoardStr;    .scl  2;  .type 32; .endef
102
 
104
 
Line -... Line 105...
-
 
105
    .def  _UserAlloc;         .scl  2;  .type 32; .endef
-
 
106
 
103
    .def  _WaitEvent;         .scl  2;  .type 32; .endef
107
    .def  _WaitEvent;         .scl  2;  .type 32; .endef
Line 104... Line 108...
104
 
108
 
Line 151... Line 155...
151
 
155
 
Line 152... Line 156...
152
_SetScreen:
156
_SetScreen:
153
_SysMsgBoardStr:
157
_SysMsgBoardStr:
Line -... Line 158...
-
 
158
 
154
 
159
_UserAlloc:
Line 155... Line 160...
155
_WaitEvent:
160
_WaitEvent:
Line 156... Line 161...
156
 
161
 
Line 207... Line 212...
207
 
212
 
Line 208... Line 213...
208
        .ascii " -export:SetScreen"            # stdcall
213
        .ascii " -export:SetScreen"            # stdcall
209
        .ascii " -export:SysMsgBoardStr"       # stdcall
214
        .ascii " -export:SysMsgBoardStr"       # stdcall
Line -... Line 215...
-
 
215
 
-
 
216
        .ascii " -export:UserAlloc"            # stdcall
210
 
217