Subversion Repositories Kolibri OS

Rev

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

Rev 255 Rev 485
Line 24... Line 24...
24
         mov [file_information+20],al
24
         mov [file_information+20],al
25
         mov [file_information+21],edx
25
         mov [file_information+21],edx
Line 26... Line 26...
26
 
26
 
27
         mov eax,70
27
         mov eax,70
28
         mov ebx,file_information
28
         mov ebx,file_information
Line 29... Line 29...
29
         int 0x40
29
         mcall
30
 
30
 
31
         ret
31
         ret
32
;-----------------------------------------------------------
32
;-----------------------------------------------------------
Line 53... Line 53...
53
         mov [file_information+20],al
53
         mov [file_information+20],al
54
         mov [file_information+21],ecx
54
         mov [file_information+21],ecx
Line 55... Line 55...
55
 
55
 
56
         mov eax,70
56
         mov eax,70
57
	 mov ebx,file_information
57
	 mov ebx,file_information
Line 58... Line 58...
58
         int 0x40
58
         mcall
59
         
59
         
Line 60... Line 60...
60
         test eax,eax
60
         test eax,eax
Line 73... Line 73...
73
         mov [file_information+20],al
73
         mov [file_information+20],al
74
         mov [file_information+21],edx
74
         mov [file_information+21],edx
Line 75... Line 75...
75
 
75
 
76
         mov eax,70
76
         mov eax,70
77
         mov ebx,file_information
77
         mov ebx,file_information
Line 78... Line 78...
78
         int 0x40
78
         mcall
Line 79... Line 79...
79
 
79
 
80
         error_load_file:
80
         error_load_file:
Line 106... Line 106...
106
         mov [file_information+20],al
106
         mov [file_information+20],al
107
         mov [file_information+21],edx
107
         mov [file_information+21],edx
Line 108... Line 108...
108
 
108
 
109
         mov eax,70
109
         mov eax,70
110
         mov ebx,file_information
110
         mov ebx,file_information
Line 111... Line 111...
111
         int 0x40
111
         mcall
Line 112... Line 112...
112
 
112
 
113
	 ret
113
	 ret