Subversion Repositories Kolibri OS

Rev

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

Rev 139 Rev 381
Line 34... Line 34...
34
        inc     ebp
34
        inc     ebp
35
        test    ecx, 0x10000000
35
        test    ecx, 0x10000000
36
        jnz     .font2
36
        jnz     .font2
37
        pushad
37
        pushad
38
        mov     esi, 9
38
        mov     esi, 9
39
        lea     ebp, [0x3F600+8*edx+edx]
39
        lea     ebp, [FONT_I+8*edx+edx]
40
.symloop1:
40
.symloop1:
41
        mov     dl, byte [ebp]
41
        mov     dl, byte [ebp]
42
        or      dl, 1 shl 6
42
        or      dl, 1 shl 6
43
.pixloop1:
43
.pixloop1:
44
        shr     dl, 1
44
        shr     dl, 1
Line 67... Line 67...
67
        pop     edx
67
        pop     edx
68
        jmp     .loop
68
        jmp     .loop
69
.font2:
69
.font2:
70
        pushad
70
        pushad
71
        add     edx, edx
71
        add     edx, edx
72
        lea     ebp, [0x3EC00+4*edx+edx+1]
72
        lea     ebp, [FONT_II+4*edx+edx+1]
73
        push    9
73
        push    9
74
        movzx   esi, byte [ebp-1]
74
        movzx   esi, byte [ebp-1]
75
.symloop2:
75
.symloop2:
76
        mov     dl, byte [ebp]
76
        mov     dl, byte [ebp]
77
        push    esi
77
        push    esi