.globl _getpid
.globl _getppid
.set getpid,20
.align 1
_getpid:
.word 0x0000
chmk $getpid
ret
_getppid:
movl r1,r0