Subversion Repositories Kolibri OS

Rev

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

Rev Author Line No. Line
647 andrew_pro 1
format ELF
2
include "public_stdcall.inc"
3
section '.text' executable
4
public_stdcall _ksys_get_date,0
5
  mov   eax,29
6
  int   0x40
7
  ret