2006-09-07 18:14:53 +04:00
|
|
|
format ELF
|
2006-09-23 18:00:36 +04:00
|
|
|
include "public_stdcall.inc"
|
2006-09-07 18:14:53 +04:00
|
|
|
section '.text' executable
|
2007-10-15 13:42:17 +04:00
|
|
|
public_stdcall _ksys_get_date,0
|
2006-09-07 18:14:53 +04:00
|
|
|
mov eax,29
|
|
|
|
int 0x40
|
|
|
|
ret
|