Subversion Repositories Kolibri OS

Rev

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

Rev 7422 Rev 7533
Line 175... Line 175...
175
	$mov eax,70
175
	$mov eax,70
176
	$mov ebx,#read_dir_70.func
176
	$mov ebx,#read_dir_70.func
177
	$int 0x40
177
	$int 0x40
178
}
178
}
Line -... Line 179...
-
 
179
 
179
 
180
//ECX - buf pointer
180
inline fastcall void SetCurDir( ECX)
181
inline fastcall void SetCurDir( ECX)
181
{
182
{
182
	EAX=30;
183
	EAX=30;
183
	EBX=1;
184
	EBX=1;
184
	$int 0x40
185
	$int 0x40
Line -... Line 186...
-
 
186
}
-
 
187
 
-
 
188
//ECX - buf pointer
-
 
189
//EDX - buf size
-
 
190
inline fastcall void GetCurDir( ECX, EDX)
-
 
191
{
-
 
192
	EAX=30;
-
 
193
	EBX=2;
-
 
194
	$int 0x40
185
}
195
}
186
 
196
 
187
//===================================================//
197
//===================================================//
188
//                                                   //
198
//                                                   //
189
//                        Misc                       //
199
//                        Misc                       //