Subversion Repositories Kolibri OS

Rev

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

  1. format ELF
  2. section '.text' executable
  3. public _msys_exit
  4. _msys_exit:
  5.   xor   eax,eax
  6.   dec   eax
  7.   int   0x40
  8. ; ret