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

8 lines
123 B
NASM
Raw Normal View History

format ELF
section '.text' executable
public _msys_exit
_msys_exit:
xor eax,eax
dec eax
int 0x40
; ret