Subversion Repositories Kolibri OS

Rev

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

Rev 223 Rev 274
Line 328... Line 328...
328
        mov  cx,20h              ; 32 symbols
328
        mov  cx,20h              ; 32 symbols
329
        mov  dx,0E0h             ; 224 - position of first symbol
329
        mov  dx,0E0h             ; 224 - position of first symbol
330
        mov  ax,1100h
330
        mov  ax,1100h
331
          int  10h
331
          int  10h
332
 ; End set VGA russian font
332
 ; End set VGA russian font
-
 
333
else if lang eq et
-
 
334
        mov  bp,ET_FNT-10000h   ; ET_FNT1
-
 
335
        mov  bx,1000h           ; 
-
 
336
        mov  cx,255             ; 256 symbols
-
 
337
        mov  dx,0h              ; 0 - position of first symbol
-
 
338
        mov  ax,1100h
-
 
339
        int  10h
333
end if
340
end if
Line 334... Line 341...
334
 
341
 
335
; draw frames
342
; draw frames
336
    push    0xb800
343
    push    0xb800
Line 820... Line 827...
820
    cmp    al, 1
827
    cmp    al, 1
821
    mov    cl, 'ã'
828
    mov    cl, 'ã'
822
    jz    @f
829
    jz    @f
823
    mov    cl, 'ë'
830
    mov    cl, 'ë'
824
@@:    mov    [time_str+9-0x10000], cl
831
@@:    mov    [time_str+9-0x10000], cl
-
 
832
else if lang eq et
-
 
833
    cmp    al, 1
-
 
834
    ja     @f
-
 
835
    mov    [time_str+9-0x10000], ' '
-
 
836
    mov    [time_str+10-0x10000],' '
-
 
837
@@: 
825
else
838
else
826
; wait 5/4/3/2 seconds, 1 second
839
; wait 5/4/3/2 seconds, 1 second
827
    cmp    al, 1
840
    cmp    al, 1
828
    mov    cl, 's'
841
    mov    cl, 's'
829
    ja    @f
842
    ja    @f