PWB1/sys/source/s4/getpid.s

Compare this file to the similar file:
Show the results in this format:

/ getpid -- get process ID

getpid	= 20.

.globl	_getpid

_getpid:
	mov	r5,-(sp)
	mov	sp,r5
	sys	getpid
	mov	(sp)+,r5
	rts	pc