Subversion Repositories Kolibri OS

Rev

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

Rev 1951 Rev 2116
Line 40... Line 40...
40
    mov  ebx,[img_high]
40
    mov  ebx,[img_high]
41
    test ebx,ebx
41
    test ebx,ebx
42
    jz   .exit_error ;.exit
42
    jz   .exit_error ;.exit
43
    shl  eax,16
43
    shl  eax,16
44
    add  eax,[window_high]
44
    add  eax,[window_high]
45
    cmp  ax,50-22
45
;    cmp  ax,28
46
    jbe  @f
46
;    jbe  @f
47
    sub  ax,50-22
47
    sub  ax,28
48
@@:
48
;@@:
49
    mov [wa_high],ax
49
    mov [wa_high],ax
50
    mov [wa_high_1],ax
50
    mov [wa_high_1],ax
51
    mov [wa_high_2],ax
51
    mov [wa_high_2],ax
52
    cmp  ax,bx
52
    cmp  ax,bx
53
    jae   @f
53
    jae   @f