Subversion Repositories Kolibri OS

Rev

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

Rev 485 Rev 517
Line 4... Line 4...
4
        push    ebx
4
        push    ebx
5
        push    68
5
        push    68
6
        pop     eax
6
        pop     eax
7
        push    12
7
        push    12
8
        pop     ebx
8
        pop     ebx
9
        mcall
9
        int     0x40
10
        pop     ebx
10
        pop     ebx
11
        ret
11
        ret
Line 12... Line 12...
12
 
12
 
13
pgfree:
13
pgfree:
Line 16... Line 16...
16
        push    ebx
16
        push    ebx
17
        push    68
17
        push    68
18
        pop     eax
18
        pop     eax
19
        push    13
19
        push    13
20
        pop     ebx
20
        pop     ebx
21
        mcall
21
        int     0x40
22
        pop     ebx
22
        pop     ebx
23
        ret
23
        ret
Line 24... Line 24...
24
 
24
 
25
pgrealloc:
25
pgrealloc:
Line 28... Line 28...
28
        push    ebx
28
        push    ebx
29
        push    68
29
        push    68
30
        pop     eax
30
        pop     eax
31
        push    20
31
        push    20
32
        pop     ebx
32
        pop     ebx
33
        mcall
33
        int     0x40
34
        pop     ebx
34
        pop     ebx
35
        ret
35
        ret
Line 36... Line 36...
36
 
36
 
37
xpgalloc:
37
xpgalloc:
Line 186... Line 186...
186
        mov     ecx, eax
186
        mov     ecx, eax
187
        push    68
187
        push    68
188
        pop     eax
188
        pop     eax
189
        push    19
189
        push    19
190
        pop     ebx
190
        pop     ebx
191
        mcall
191
        int     0x40
192
        mov     edi, aInvalidDLL
192
        mov     edi, aInvalidDLL
193
        test    eax, eax
193
        test    eax, eax
194
        jz      .sayerr
194
        jz      .sayerr
195
; initialize import
195
; initialize import
196
        mov     edi, aMissingExport
196
        mov     edi, aMissingExport