Subversion Repositories Kolibri OS

Rev

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

Rev 8866 Rev 9715
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;                                                              ;;
2
;;                                                              ;;
3
;; Copyright (C) KolibriOS team 2004-2021. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 8866 $
8
$Revision: 9715 $
9
 
9
 
10
 
10
 
Line 114... Line 114...
114
;        mul     ecx
114
;        mul     ecx
115
        mov     eax, [d_width_calc_area + eax*4]
115
        mov     eax, [d_width_calc_area + eax*4]
Line 116... Line 116...
116
 
116
 
117
        add     eax, [_display.win_map]
117
        add     eax, [_display.win_map]
118
        movzx   edx, byte [ebx+eax]
118
        movzx   edx, byte [ebx + eax]
119
        shl     edx, 8
119
        shl     edx, BSF sizeof.APPDATA
Line 120... Line 120...
120
        mov     esi, [edx+SLOT_BASE+APPDATA.cursor]
120
        mov     esi, [SLOT_BASE + edx + APPDATA.cursor]
121
 
121
 
Line 122... Line 122...
122
        cmp     esi, [current_cursor]
122
        cmp     esi, [current_cursor]