Subversion Repositories Kolibri OS

Rev

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

Rev 109 Rev 147
Line 87... Line 87...
87
    mov  ebx,8*65536+8             ; [x start] *65536 + [y start]
87
    mov  ebx,8*65536+8             ; [x start] *65536 + [y start]
88
    mov  ecx,0x00ddeeff            ; color of text RRGGBB
88
    mov  ecx,0x00ddeeff            ; color of text RRGGBB
89
    mov  edx,labelt                ; pointer to text beginning
89
    mov  edx,labelt                ; pointer to text beginning
90
    mov  esi,labellen-labelt       ; text length
90
    mov  esi,labellen-labelt       ; text length
91
    int  0x40
91
    int  0x40
92
    not  ecx
92
    xor  ecx,0xFFFFFF
93
    mov  esi,4
93
    mov  esi,4
94
    add  ebx,23
94
    add  ebx,23
95
    mov  edx,tdec
95
    mov  edx,tdec
96
    int  0x40
96
    int  0x40
97
    add  ebx,23
97
    add  ebx,23