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