kolibrios/programs/develop/metcc/trunk/libc/mesys/date.asm

7 lines
115 B
NASM
Raw Normal View History

format ELF
section '.text' executable
public _msys_get_date
_msys_get_date:
mov eax,29
int 0x40
ret