Subversion Repositories Kolibri OS

Rev

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

Rev 493 Rev 600
Line 23... Line 23...
23
        mcall   48,3,sc,40
23
        mcall   48,3,sc,40
24
        set_sys_colors_txt_button run_but,sc
24
        set_sys_colors_txt_button run_but,sc
25
        push    dword [sc.work_graph]
25
        push    dword [sc.work_graph]
26
        pop     [input_fn.focus_border_color]
26
        pop     [input_fn.focus_border_color]
27
        call    draw_window
27
        call    draw_window
28
still:
-
 
29
        mcall   10
28
still:                          ;®á­®¢­®© ®¡à ¡®â稪 
30
        cmp al,0x1    ;¥á«¨ ¨§¬¥­¨«®áì ¯®«®¦¥­¨¥ ®ª­ 
29
        mcall   10              ;Ž¦¨¤ âì ᮡëâ¨ï
-
 
30
        dec  eax
31
        jz red
31
        jz   red
32
        cmp al,0x2    ;¥á«¨ ­ ¦ â  ª« ¢¨è  â® ¯¥à¥©â¨
32
        dec  eax
33
        jz key
33
        jz   key
34
        cmp al,0x3    ;¥á«¨ ­ ¦ â  ª­®¯ª  â® ¯¥à¥©â¨
34
        dec  eax
35
        jz button
35
        jz   button
36
        mouse_edit_box input_fn
36
        mouse_edit_box input_fn 
37
        jmp still    ;¥á«¨ ­¨ç¥£® ¨§ ¯¥à¥ç¨á«¥­­®£® â® á­®¢  ¢ 横«
37
        jmp still    ;¥á«¨ ­¨ç¥£® ¨§ ¯¥à¥ç¨á«¥­­®£® â® á­®¢  ¢ 横«
38
key:
38
key:
39
        mcall   2
39
        mcall   2