Subversion Repositories Kolibri OS

Rev

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

Rev 890 Rev 892
Line 1... Line 1...
1
.file   "export.asm"
1
.file   "export.asm"
2
	.intel_syntax
2
	.intel_syntax
Line 3... Line 3...
3
 
3
 
4
 
4
 
5
	.section .drectve
5
	.section .drectve
Line 6... Line 6...
6
        .ascii " -export:CreateImage"
6
        .ascii " -export:CreateImage"          # cdecl
7
        .ascii " -export:LoadFile"
7
        .ascii " -export:LoadFile"             # stdcall
Line 8... Line 8...
8
 
8
 
9
        .ascii " -export:Kmalloc"              #
9
        .ascii " -export:Kmalloc"              # eax               FIXME
Line -... Line 10...
-
 
10
        .ascii " -export:Kfree"                # eax               FIXME
10
        .ascii " -export:Kfree"                #
11
 
11
 
-
 
12
        .ascii " -export:UserAlloc"            # stdcall
-
 
13
        .ascii " -export:UserFree"             # stdcall
-
 
14
 
12
        .ascii " -export:UserAlloc"            # stdcall
15
        .ascii " -export:MapIoMem"             # stdcall
13
        .ascii " -export:UserFree"             # stdcall
-
 
14
 
-
 
15
        .ascii " -export:GetPgAddr"            # eax               FIXME
-
 
16
        .ascii " -export:MapIoMem"             # stdcall
Line 16... Line 17...
16
        .ascii " -export:GetPgAddr"            # eax
17
        .ascii " -export:CreateRingBuffer"     # stdcall
17
        .ascii " -export:CreateObject"         #
-
 
18
        .ascii " -export:DestroyObject"        #
18
        .ascii " -export:CommitPages"          # eax, ebx, ecx     FIXME
19
        .ascii " -export:CreateRingBuffer"     # stdcall
19
        .ascii " -export:UnmapPages"           # eax, ecx          FIXME
Line 20... Line 20...
20
        .ascii " -export:CommitPages"          # eax, ebx, ecx
20
        .ascii " -export:CreateObject"         # eax, ebx          FIXME