Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 144 → Rev 145

/programs/develop/metcc/trunk/libc/mesys/date.asm
0,0 → 1,7
format ELF
section '.text' executable
public _msys_get_date
_msys_get_date:
mov eax,29
int 0x40
ret