PWB1/sys/source/s5/uname.s

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

/ C library -- uname

/ uname(unixname);
/ unixname[0], ...unixname[7] contain the unixname

.globl _uname
.globl cerror
pwbsys = 57.
uname = 0

_uname:
	mov	r5,-(sp)
	mov	sp,r5
	mov	4(r5),r0
	sys	pwbsys; uname
	bec	8f
	jmp	cerror
8:
	clr	r0
	mov	(sp)+,r5
	rts	pc