Subversion Repositories Kolibri OS

Rev

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

Rev 1539 Rev 1542
Line 84... Line 84...
84
	call	[con_write_asciiz]
84
	call	[con_write_asciiz]
Line 85... Line 85...
85
 
85
 
86
	push	newline
86
	push	newline
Line 87... Line 87...
87
	call	[con_write_asciiz]
87
	call	[con_write_asciiz]
88
 
88
 
89
	mcall	socket, AF_INET4, IPPROTO_TCP, 0
89
	mcall	socket, AF_INET4, SOCK_STREAM, 0
Line 90... Line 90...
90
	cmp	eax, -1
90
	cmp	eax, -1