Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
145 halyavin 1
format ELF
2
section '.text' executable
3
public _msys_delay
4
_msys_delay:
5
;arg1 - time
6
  mov   edx,ebx
7
  mov   eax,5
8
  mov   ebx,[esp+4]
9
  int   0x40
10
  mov   ebx,edx
11
  ret   4