Subversion Repositories Kolibri OS

Rev

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

Rev 1613 Rev 1616
Line 19... Line 19...
19
    .global _GetDisplay
19
    .global _GetDisplay
20
    .global _GetEvent
20
    .global _GetEvent
21
    .global _GetPgAddr
21
    .global _GetPgAddr
22
    .global _GetService
22
    .global _GetService
-
 
23
    .global _GetTimerTicks
Line 23... Line 24...
23
 
24
 
24
    .global _KernelAlloc
25
    .global _KernelAlloc
Line 25... Line 26...
25
    .global _KernelFree
26
    .global _KernelFree
Line 66... Line 67...
66
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
67
    .def  _GetDisplay;        .scl  2;  .type 32; .endef
67
    .def  _GetEvent;          .scl  2;  .type 32; .endef
68
    .def  _GetEvent;          .scl  2;  .type 32; .endef
68
    .def  _GetPgAddr;         .scl  2;  .type 32; .endef
69
    .def  _GetPgAddr;         .scl  2;  .type 32; .endef
69
    .def  _GetService;        .scl  2;  .type 32; .endef
70
    .def  _GetService;        .scl  2;  .type 32; .endef
-
 
71
    .def  _GetTimerTicks;     .scl  2;  .type 32; .endef
Line 70... Line 72...
70
 
72
 
71
    .def  _KernelAlloc;       .scl  2;  .type 32; .endef
73
    .def  _KernelAlloc;       .scl  2;  .type 32; .endef
Line 72... Line 74...
72
    .def  _KernelFree;        .scl  2;  .type 32; .endef
74
    .def  _KernelFree;        .scl  2;  .type 32; .endef
Line 115... Line 117...
115
_GetDisplay:
117
_GetDisplay:
116
_GetEvent:
118
_GetEvent:
117
_GetPgAddr:
119
_GetPgAddr:
118
_GetService:
120
_GetService:
-
 
121
_GetTimerTicks:
Line 119... Line 122...
119
 
122
 
120
_KernelAlloc:
123
_KernelAlloc:
Line 121... Line 124...
121
_KernelFree:
124
_KernelFree:
Line 165... Line 168...
165
        .ascii " -export:GetDisplay"           # stdcall
168
        .ascii " -export:GetDisplay"           # stdcall
166
        .ascii " -export:GetEvent"             #
169
        .ascii " -export:GetEvent"             #
167
        .ascii " -export:GetPgAddr"            # stdcall
170
        .ascii " -export:GetPgAddr"            # stdcall
168
        .ascii " -export:GetService"           # stdcall
171
        .ascii " -export:GetService"           # stdcall
-
 
172
        .ascii " -export:GetTimerTicks"        #
Line 169... Line 173...
169
 
173
 
170
        .ascii " -export:KernelAlloc"          # stdcall
174
        .ascii " -export:KernelAlloc"          # stdcall
Line 171... Line 175...
171
        .ascii " -export:KernelFree"           # stdcall
175
        .ascii " -export:KernelFree"           # stdcall