Mini-Unix/usr/source/s4/getuid.s

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

/ C library -- getuid

/ uid = getuid();
/

.globl	_getuid

_getuid:
	mov	r5,-(sp)
	mov	sp,r5
	sys	getuid
	mov	(sp)+,r5
	rts	pc