ack/mach/vax4/libsysV_2/getppid.s
1990-01-11 16:00:19 +00:00

11 lines
147 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
getpid = 20
.define _getppid
_getppid:
.data2 0x0000
chmk $getpid
movl r1,r0
ret