Subversion Repositories Kolibri OS

Rev

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

Rev 731 Rev 738
Line 384... Line 384...
384
        loop    .loop
384
        loop    .loop
385
.next_step:
385
.next_step:
386
        sub     ax,size_of_step*long_v_table
386
        sub     ax,size_of_step*long_v_table
387
        cmp     ax,modes_table
387
        cmp     ax,modes_table
388
        jb      .zerro
388
        jae     @f
389
 
389
        mov     ax,modes_table
-
 
390
@@:
-
 
391
 
Line 390... Line 392...
390
        mov     word[home_cursor],ax
392
        mov     word[home_cursor],ax
391
        push    word [preboot_graph]
393
        push    word [preboot_graph]
392
        pop     word [cursor_pos]
394
        pop     word [cursor_pos]
393
        ret
395
        ret