Subversion Repositories Kolibri OS

Rev

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

Rev 2196 Rev 2213
Line 195... Line 195...
195
    call print_text_logon
195
    call print_text_logon
Line 196... Line 196...
196
					
196
					
197
    cmp  byte[mode],0
197
    cmp  byte[mode], 0
Line 198... Line 198...
198
    je	 servermode_
198
    je	 servermode_
199
 
199
 
200
    mov  eax, 4 			; function 4 _logon: write text to window
200
    mov  eax, 4 			; function 4 write text to window
201
    mov  ebx, 25*65536+33		; [x start] *65536 + [y start]
201
    mov  ebx, 25*65536+33		; [x start] *65536 + [y start]
202
    xor  ecx, ecx
202
    xor  ecx, ecx
203
    mov  edx, userstr			; pointer to text beginning
203
    mov  edx, userstr			; pointer to text beginning
Line 211... Line 211...
211
 
211
 
Line 212... Line 212...
212
    jmp  drawtherest_
212
    jmp  drawtherest_
Line -... Line 213...
-
 
213
 
213
 
214
   servermode_:
214
   servermode_:
215
 
215
 
216
    mov  eax, 4 			; function 4 write text to window
216
    mov  ebx, 25*65536+33		; [x start] *65536 + [y start]
217
    mov  ebx, 25*65536+33		; [x start] *65536 + [y start]
217
    xor  ecx, ecx
218
    xor  ecx, ecx