Subversion Repositories Kolibri OS

Rev

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

Rev 431 Rev 465
Line 1... Line 1...
1
$Revision: 431 $
1
$Revision: 465 $
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3
;;                                                              ;;
3
;;                                                              ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
4
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
5
;; Distributed under terms of the GNU General Public License    ;;
5
;; Distributed under terms of the GNU General Public License    ;;
6
;;                                                              ;;
6
;;                                                              ;;
Line 594... Line 594...
594
    xor     esi, esi
594
    xor     esi, esi
595
    mov     [ebx + SOCKET.rxDataCount], esi		   ; store new count (zero)
595
    mov     [ebx + SOCKET.rxDataCount], esi		   ; store new count (zero)
Line 596... Line 596...
596
 
596
 
597
.startcopy:
597
.startcopy:
598
    mov     edi, ecx					   ;
598
    mov     edi, ecx					   ;
Line 599... Line 599...
599
    add     edi, std_application_base_address		   ; get data pointer to buffer in application
599
 ;   add     edi, std_application_base_address              ; get data pointer to buffer in application
600
 
600
 
601
    mov     esi, ebx					   ;
601
    mov     esi, ebx					   ;
602
    add     esi, SOCKETHEADERSIZE			   ; we dont need to copy the header
602
    add     esi, SOCKETHEADERSIZE			   ; we dont need to copy the header