Subversion Repositories Kolibri OS

Rev

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

Rev 485 Rev 2196
Line 121... Line 121...
121
print_text_logon:
121
print_text_logon:
122
pusha
122
pusha
Line 123... Line 123...
123
 
123
 
124
    mov  eax, 8
124
    mov  eax, 8
125
    mov  ebx, 105*65536+200
125
    mov  ebx, 105*65536+200
126
    mov  ecx, 33*65536+12
126
    mov  ecx, 31*65536+13
127
    mov  edx, 4
127
    mov  edx, 4
128
    mov  esi, 0xEBEBEB
128
    mov  esi, 0xEBEBEB
Line 129... Line 129...
129
    mcall
129
    mcall
Line 172... Line 172...
172
connect_logon:
172
connect_logon:
173
    ret
173
    ret
Line 174... Line 174...
174
 
174
 
Line 175... Line -...
175
draw_window_logon:
-
 
176
 
175
draw_window_logon:
177
    mov  eax, 12			; function 12_logon:tell os about windowdraw
-
 
178
    mov  ebx, 1 			; 1, start of draw
176
 
179
    mcall
177
    mcall 12, 1      ; start window draw
180
    pusha
178
    pusha
181
					; DRAW WINDOW
179
					; DRAW WINDOW
182
    xor  eax, eax			; function 0 _logon: define and draw window
180
    xor  eax, eax			; function 0 _logon: define and draw window
Line 191... Line 189...
191
    mov  ecx, 63*65536+16
189
    mov  ecx, 63*65536+16
192
    mov  edx, 2
190
    mov  edx, 2
193
    mov  esi, 0xCCCCCC
191
    mov  esi, 0xCCCCCC
194
    mcall
192
    mcall
Line -... Line 193...
-
 
193
 
195
 
194
    
Line 196... Line 195...
196
    call print_text_logon
195
    call print_text_logon
197
					
196
					
Line 203... Line 202...
203
    xor  ecx, ecx
202
    xor  ecx, ecx
204
    mov  edx, userstr			; pointer to text beginning
203
    mov  edx, userstr			; pointer to text beginning
205
    mov  esi, passstr-userstr		; text length
204
    mov  esi, passstr-userstr		; text length
206
    mcall
205
    mcall
Line 207... Line 206...
207
 
206
 
208
    add  bl,16
207
    add  bl,19
209
    mov  edx, passstr			; pointer to text beginning
208
    mov  edx, passstr			; pointer to text beginning
210
    mov  esi, connect-passstr		; text length
209
    mov  esi, connect-passstr		; text length
Line 211... Line 210...
211
    mcall
210
    mcall