Subversion Repositories Kolibri OS

Rev

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

Rev 54 Rev 102
Line 203... Line 203...
203
        je    @f
203
        je    @f
204
        call  incecx2
204
        call  incecx2
205
       @@:
205
       @@:
206
        movzx edi,word [esp]
206
        movzx edi,word [esp]
Line 207... Line -...
207
 
-
 
208
; 
207
 
209
        pop   edx
208
        pop   edx
210
        and   edx, 0xFFFF
209
        and   edx, 0xFFFF
211
   ;;cli
210
 
212
     .newline:
211
     .newline:
213
        call  button_dececx
212
        call  button_dececx
214
        push  edi
213
        push  edi
215
        xor   edi, edi
214
        xor   edi, edi
216
        call  [draw_line]
215
        call  [draw_line]
217
        pop   edi
216
        pop   edi
218
        add   ebx,1*65536+1   ; [ y start | y end ]
217
        add   ebx,1*65536+1   ; [ y start | y end ]
219
        dec   edx
218
        dec   edx
220
        jnz   .newline
-
 
221
   ;;sti
-
 
222
;;        pop   ebx
-
 
223
; 
219
        jnz   .newline
Line 224... Line 220...
224
        popad
220
        popad
Line 225... Line 221...
225
 
221