Subversion Repositories Kolibri OS

Rev

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

Rev 388 Rev 390
Line 8... Line 8...
8
        ; B = 1 <=> fill background with color esi
8
        ; B = 1 <=> fill background with color esi
9
        ; ecx start of text
9
        ; ecx start of text
10
        ; edi 1 force
10
        ; edi 1 force
Line 11... Line 11...
11
 
11
 
12
        pushad
-
 
13
 
12
        pushad
-
 
13
        call    [disable_mouse]
14
        call    [disable_mouse]
14
 
15
        mov     ebp, ecx        ; ebp=pointer to text
15
        mov     ebp, ecx        ; ebp=pointer to text
16
        mov     ecx, ebx        ; ecx=color
16
        mov     ecx, ebx        ; ecx=color
17
        movsx   ebx, ax         ; ebx=y
17
        movsx   ebx, ax         ; ebx=y
18
        sar     eax, 16         ; eax=x
18
        sar     eax, 16         ; eax=x