Subversion Repositories Kolibri OS

Rev

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

Rev 3439 Rev 3444
Line 19... Line 19...
19
	$mov eax,53
19
	$mov eax,53
20
	$mov ebx,6
20
	$mov ebx,6
21
	$int 0x40
21
	$int 0x40
22
} 
22
} 
Line 23... Line 23...
23
 
23
 
24
inline fastcall dword ReadSocket( ECX) //ecx - handle
24
inline fastcall dword ReadSocket( ECX)
25
{
25
{
26
	$mov eax,53
26
	$mov eax,53
27
	$mov ebx,3
27
	$mov ebx,3
28
	$int 0x40
28
	$int 0x40