Subversion Repositories Kolibri OS

Rev

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

Rev 7300 Rev 9979
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                                 ;;
2
;;                                                                 ;;
3
;; Copyright (C) KolibriOS team 2004-2018. All rights reserved.    ;;
3
;; Copyright (C) KolibriOS team 2004-2024. All rights reserved.    ;;
4
;; Distributed under terms of the GNU General Public License       ;;
4
;; Distributed under terms of the GNU General Public License       ;;
5
;;                                                                 ;;
5
;;                                                                 ;;
6
;;   Written by hidnplayr@kolibrios.org                            ;;
6
;;   Written by hidnplayr@kolibrios.org                            ;;
7
;;                                                                 ;;
7
;;                                                                 ;;
8
;;         GNU GENERAL PUBLIC LICENSE                              ;;
8
;;         GNU GENERAL PUBLIC LICENSE                              ;;
Line 657... Line 657...
657
cmd_usr_send:
657
cmd_usr_send:
Line 658... Line 658...
658
 
658
 
659
        mov     esi, [user_command.size]
659
        mov     esi, [user_command.size]
660
        mov     eax, [user_command.size]
660
        mov     eax, [user_command.size]
661
        add     eax, user_command+1
661
        add     eax, user_command+1
662
        mov     word[eax], 0x0d0a
662
        mov     word[eax], 0x0a0d
663
        inc     esi
663
        inc     esi
Line 664... Line 664...
664
        mcall   send, [socketnum], user_command+1, , 0
664
        mcall   send, [socketnum], user_command+1, , 0