Subversion Repositories Kolibri OS

Rev

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

Rev 3755 Rev 3840
Line 278... Line 278...
278
    mov  eax,[retrieved_devices_table_counter]
278
    mov  eax,[retrieved_devices_table_counter]
279
    mov  cx,ax
279
    mov  cx,ax
280
    imul cx,10
280
    imul cx,10
281
    mov  edx,0xffffcc
281
    mov  edx,0xffffcc
282
    mov  eax,13
282
    mov  eax,13
283
    int  0x40
283
	mcall
284
    call draw_menu_Selection
284
    call draw_menu_Selection
285
    call draw_menu_data
285
    call draw_menu_data
286
    ret
286
    ret
287
;---------------------------------------------------------------------
287
;---------------------------------------------------------------------
288
draw_right_menu:
288
draw_right_menu:
Line 292... Line 292...
292
    mov  eax,[retrieved_devices_table_counter]
292
    mov  eax,[retrieved_devices_table_counter]
293
    mov  cx,ax
293
    mov  cx,ax
294
    imul cx,10
294
    imul cx,10
295
    mov  edx,0xffffcc
295
    mov  edx,0xffffcc
296
    mov  eax,13
296
    mov  eax,13
297
    int  0x40
297
	mcall
298
    call draw_menu_Selection
298
    call draw_menu_Selection
299
    call draw_menu_data
299
    call draw_menu_data
300
    ret
300
    ret
301
;---------------------------------------------------------------------
301
;---------------------------------------------------------------------
302
draw_menu_data:
302
draw_menu_data:
Line 320... Line 320...
320
    shl  eax,16
320
    shl  eax,16
321
    add  ecx,eax
321
    add  ecx,eax
322
    mov  cx,10
322
    mov  cx,10
323
    mov  edx,0xbbffbb
323
    mov  edx,0xbbffbb
324
    mov  eax,13
324
    mov  eax,13
325
    int  0x40
325
	mcall
326
    pop  ecx ebx
326
    pop  ecx ebx
327
    ret
327
    ret
328
;---------------------------------------------------------------------
328
;---------------------------------------------------------------------
329
mouse_menu_left:
329
mouse_menu_left:
330
    mcall 37,2
330
    mcall 37,2