ack/mach/xenix3/libsys/getppid.s

9 lines
129 B
ArmAsm
Raw Normal View History

1987-10-06 16:39:14 +00:00
.sect .text; .sect .rom; .sect .data; .sect .bss
.define _getppid
.sect .text
_getppid:
mov ax,20
call syscal
xchg bx,ax
ret