kolibrios/programs/develop/ktcc/trunk/libc/kolibrisys/skin.asm

13 lines
144 B
NASM
Raw Normal View History

format ELF
section '.text' executable
public _ksys_get_skin_height
_ksys_get_skin_height:
mov eax,48
mov ebx,4
int 0x40
ret