Subversion Repositories Kolibri OS

Rev

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

Rev 2684 Rev 2691
Line 882... Line 882...
882
    push    ecx
882
    push    ecx
Line 883... Line 883...
883
 
883
 
884
    mov ecx, [scanline_len]
884
    mov ecx, [scanline_len]
885
    push    ecx
885
    push    ecx
-
 
886
    shr ecx, 2
-
 
887
    @@:
-
 
888
    dec ecx
886
    shr ecx, 2
889
    js  @f
887
    @@: mov eax, [esi]
890
    mov eax, [esi]
888
    xchg    eax, [edi]
891
    xchg    eax, [edi]
889
    mov [esi], eax
892
    mov [esi], eax
890
    add esi, 4
893
    add esi, 4
891
    add edi, 4
894
    add edi, 4
892
    sub ecx, 1
895
    jmp @b
-
 
896
    @@:
893
    jnz @b
897
 
894
    pop ecx
898
    pop ecx
895
    and ecx, 3
899
    and ecx, 3
896
    jz  .cont_line_vert
900
    jz  .cont_line_vert
897
    @@:
901
    @@: