V5/usr/source/s4/nlist.s

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

/ C library -- nlist

/ struct {
/	char name[8];
/	int	type;
/	int	value;
/ } list[];
/ terminated by a null name.
/ nlist(file, list);

.globl	_nlist, savr5, nlist

.data
_nlist:
	mov	r5,-(sp)
	mov	sp,savr5
	mov	4(sp),0f
	mov	6(sp),0f+2
	jsr	r5,nlist; 0:..; ..
	mov	(sp)+,r5
	rts	pc