Subversion Repositories Kolibri OS

Rev

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

Rev 387 Rev 388
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
-
 
Line -... Line 12...
-
 
12
        pushad
13
        call    [disable_mouse]
13
 
14
 
14
        call    [disable_mouse]
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