Subversion Repositories Kolibri OS

Rev

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

Rev 261 Rev 379
Line 139... Line 139...
139
    rep     movsb          ; copy the data across
139
    rep     movsb          ; copy the data across
Line 140... Line 140...
140
      
140
 
141
    ; flag an event to the application
141
    ; flag an event to the application
142
    pop     eax
142
    pop     eax
143
    mov     ecx,1
143
    mov     ecx,1
Line 144... Line 144...
144
    mov     esi,0x3020+TASKDATA.pid
144
    mov     esi,TASK_DATA+TASKDATA.pid
145
   
145
 
146
newsearch:
146
newsearch:
147
    cmp     [esi],eax
147
    cmp     [esi],eax
148
    je      foundPID
148
    je      foundPID
149
    inc     ecx
149
    inc     ecx
150
    add     esi,0x20
150
    add     esi,0x20
Line 151... Line 151...
151
    cmp     ecx,[0x3004]
151
    cmp     ecx,[TASK_COUNT]
152
    jbe     newsearch
152
    jbe     newsearch
153
              
153