Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. format ELF
  2. section '.text' executable
  3. public _msys_get_system_clock
  4. _msys_get_system_clock:
  5.   mov   eax,3
  6.   int   0x40
  7.   ret