Subversion Repositories Kolibri OS

Rev

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

Rev 99 Rev 115
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
    push  eax
24
    push  eax
25
    mov   eax,[0x3000]
25
    mov   eax,[0x3000]
26
    shl   eax,5
26
    shl   eax,5
27
    mov   eax,[eax+0x3000+4]
27
    mov   eax,[eax+0x3000+TASKDATA.pid]
28
    mov   [cd_status],eax
28
    mov   [cd_status],eax
29
    pop   eax
29
    pop   eax
30
    sti
30
    sti
31
    ret
31
    ret