Subversion Repositories Kolibri OS

Rev

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

Rev 359 Rev 368
Line 24... Line 24...
24
           push ecx
24
           push ecx
25
           mov eax, 68
25
           mov eax, 68
26
           mov ebx, 16
26
           mov ebx, 16
27
           mov ecx, szInfinity
27
           mov ecx, szInfinity
28
           int 0x40
28
           int 0x40
-
 
29
           mov [hSound], eax
29
           test eax, eax
30
           test eax, eax
30
           jz .fail
31
           jz .fail
Line 31... Line -...
31
           
-
 
32
           mov [hSound], eax
32
           
33
           mov eax, 68
33
           mov eax, 68
34
           mov ebx, 16
34
           mov ebx, 16
35
           mov ecx, szSound
35
           mov ecx, szSound
36
           int 0x40
36
           int 0x40
Line 49... Line 49...
49
           mov eax, 68
49
           mov eax, 68
50
           mov ebx, 17
50
           mov ebx, 17
51
           lea ecx, [handle]
51
           lea ecx, [handle]
52
           int 0x40
52
           int 0x40
53
.fail:           
53
.fail:     
-
 
54
 
-
 
55
.done:
54
           pop ecx  
56
           pop ecx  
55
           pop ebx
57
           pop ebx
56
           ret
58
           ret
57
endp
59
endp