Subversion Repositories Kolibri OS

Rev

Rev 145 | Blame | Last modification | View Log | Download | RSS feed

  1. format ELF
  2. include "public_stdcall.inc"
  3. section '.text' executable
  4. public_stdcall _msys_get_process_table,8
  5. ;arg1 - pointer to information
  6. ;arg2 - pid
  7.   mov   edx,ebx
  8.   mov   eax,9
  9.   mov   ebx,[esp+4]
  10.   mov   ecx,[esp+8]
  11.   int   0x40
  12.   mov   ebx,edx
  13.   ret   8