Subversion Repositories Kolibri OS

Rev

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

Rev 285 Rev 326
Line 489... Line 489...
489
           mov ax, 0x1D
489
           mov ax, 0x1D
490
           call [ctrl.ctrl_write8]
490
           call [ctrl.ctrl_write8]
491
 
491
 
Line 492... Line 492...
492
           mov eax, [civ_val]
492
           mov eax, [civ_val]
493
           add eax, 2
493
           add eax, 1
494
           and eax, 31
494
           and eax, 31
495
           mov ebx, dword [buff_list+eax*4]
495
           mov ebx, dword [buff_list+eax*4]
Line 496... Line 496...
496
 
496
 
497
           cmp [ctrl.user_callback], 0
497
           cmp [ctrl.user_callback], 0