Subversion Repositories Kolibri OS

Rev

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

Rev 1151 Rev 2288
Line 217... Line 217...
217
        mov     point_to_point_def,si
217
        mov     point_to_point_def, si
218
        mov     ax,[si]
218
        mov     ax, [si]
219
        mov     point_default,ax
219
        mov     point_default, ax
220
        jmp     .show_active_cursor
220
        jmp     .show_active_cursor
Line -... Line 221...
-
 
221
 
221
 
222
@@:
222
@@:     call    find_next_sect
223
        call    find_next_sect
Line 223... Line 224...
223
        jmp     .show_all_scr
224
        jmp     .show_all_scr
224
 
225
 
225
.pgup:
226
.pgup:
Line 622... Line 623...
622
;clean string
623
;clean string
Line 623... Line 624...
623
 
624
 
624
        push    di
625
        push    di
Line -... Line 626...
-
 
626
        xor     ax, ax
625
        xor     ax,ax
627
 
626
 
628
@@:
627
@@:     mov     cx,38
629
        mov     cx, 38
628
        push    di
630
        push    di
Line 629... Line 631...
629
        rep     stosw
631
        rep stosw
Line 635... Line 637...
635
 
637
 
636
        add     di,160
638
        add     di, 160
637
        dec     bx
639
        dec     bx
Line -... Line 640...
-
 
640
        jnz     @b
638
        jnz     @b
641
 
639
 
642
@@:
640
@@:     pop     di
643
        pop     di
641
;enter in mess
644
;enter in mess
642
.show_mess_prev_eq:
645
.show_mess_prev_eq:
643
        lodsb
646
        lodsb