Subversion Repositories Kolibri OS

Rev

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

Rev 3467 Rev 3877
Line 150... Line 150...
150
	$shr eax,8
150
	$shr eax,8
151
}
151
}
Line 152... Line 152...
152
 
152
 
Line -... Line 153...
-
 
153
//----------------------------------------
-
 
154
 
-
 
155
/* ecx = point to structure
-
 
156
          sysdir_name     rb 64
-
 
157
          sysdir_path     rb 64
-
 
158
Ïðèìåð:  
-
 
159
dir_name1       db 'addappl',0
-
 
160
dir_path1       db 'HD0/1',0
-
 
161
*/
-
 
162
inline fastcall int SetAddApplDir( ECX)
-
 
163
{
-
 
164
	EAX = 30;
-
 
165
	EBX = 3;
-
 
166
	$int 0x40
153
//----------------------------------------
167
}
154
 
168
 
155
inline fastcall dword GetFreeRAM()
169
inline fastcall dword GetFreeRAM()
156
{
170
{
157
	$mov eax, 18
171
	$mov eax, 18