Subversion Repositories Kolibri OS

Rev

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

Rev 4659 Rev 4982
Line 681... Line 681...
681
        dec     ecx
681
        dec     ecx
682
        jnz     @r
682
        jnz     @r
683
  @@:
683
  @@:
684
        xor     al, al
684
        xor     al, al
685
        stosb
685
        stosb
-
 
686
 
-
 
687
; Print a message on the server window
-
 
688
        mov     [window_print], windows
-
 
689
 
-
 
690
        mov     esi, str_nickchange
-
 
691
        call    print_asciiz
-
 
692
 
-
 
693
        mov     esi, user_nick
-
 
694
        call    print_asciiz
-
 
695
 
-
 
696
        mov     al, 10
-
 
697
        call    print_char
-
 
698
 
686
  .not_me:
699
  .not_me:
Line 687... Line 700...
687
 
700
 
688
; Update in userlist
701
; Update in userlist
689
        mov     ebx, windows
702
        mov     ebx, windows