Subversion Repositories Kolibri OS

Rev

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

Rev 3618 Rev 3704
Line 89... Line 89...
89
;;        mcall   close, [socketnum]
89
;;        mcall   close, [socketnum]
Line 90... Line 90...
90
 
90
 
Line 91... Line 91...
91
        mcall   send, [socketnum2], hello, hello.length
91
        mcall   send, [socketnum2], hello, hello.length
92
 
-
 
93
  .loop:
-
 
94
        mcall   10
92
 
95
 
93
  .loop:
96
        mcall   recv, [socketnum2], buffer, buffer.length, 0
94
        mcall   recv, [socketnum2], buffer, buffer.length, 0
Line 97... Line 95...
97
        cmp     eax, -1
95
        cmp     eax, -1