Subversion Repositories Kolibri OS

Rev

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

Rev 4924 Rev 5206
Line 1700... Line 1700...
1700
;-----------------------------------------------------------------------------
1700
;-----------------------------------------------------------------------------
Line 1701... Line 1701...
1701
 
1701
 
1702
; TODO: cleanup of this function, make some global labels local
1702
; TODO: cleanup of this function, make some global labels local
1703
update_disasm_eip:
1703
update_disasm_eip:
1704
; test if instruction at eip is showed
1704
; test if instruction at eip is showed
1705
        mov     ecx, [disasm_height_dd+4]
1705
        mov     ecx, [disasm_height_dd]
1706
        mov     eax, [disasm_start_pos]
1706
        mov     eax, [disasm_start_pos]
Line 1707... Line 1707...
1707
        mov     [disasm_cur_pos], eax
1707
        mov     [disasm_cur_pos], eax
1708
 
1708