Subversion Repositories Kolibri OS

Rev

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

Rev 3406 Rev 3407
Line 12... Line 12...
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
12
;;          GNU GENERAL PUBLIC LICENSE                             ;;
13
;;             Version 2, June 1991                                ;;
13
;;             Version 2, June 1991                                ;;
14
;;                                                                 ;;
14
;;                                                                 ;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
15
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 16... Line 16...
16
 
16
 
Line 17... Line 17...
17
$Revision: 3406 $
17
$Revision: 3407 $
18
 
18
 
19
;-----------------------------------------------------------------
19
;-----------------------------------------------------------------
20
;
20
;
Line 82... Line 82...
82
        call    create_event
82
        call    create_event
83
        mov     [TCP_input_event], eax
83
        mov     [TCP_input_event], eax
Line 84... Line 84...
84
 
84
 
85
  .wait:
85
  .wait:
-
 
86
        mov     eax, [TCP_input_event]
86
        mov     eax, [TCP_input_event]
87
        mov     ebx, [eax + EVENT.id]
Line 87... Line 88...
87
        call    wait_event
88
        call    wait_event
88
 
89