Subversion Repositories Kolibri OS

Rev

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

Rev 7878 Rev 8383
Line 196... Line 196...
196
	EAX=30;
196
	EAX=30;
197
	EBX=2;
197
	EBX=2;
198
	$int 0x40
198
	$int 0x40
199
}
199
}
Line -... Line 200...
-
 
200
 
-
 
201
void read_file(dword path1, buf, size)
-
 
202
{
-
 
203
	EAX = 68;
-
 
204
	EBX = 27;
-
 
205
	ECX = path1;
-
 
206
	$int 0x40;
-
 
207
	ESDWORD[size] = EDX;
-
 
208
	ESDWORD[buf] = EAX;
-
 
209
}
200
 
210
 
201
//===================================================//
211
//===================================================//
202
//                                                   //
212
//                                                   //
203
//                        Misc                       //
213
//                        Misc                       //
204
//                                                   //
214
//                                                   //