xref: /csrg-svn/lib/libcompat/4.3/tahoe/nargs.s (revision 42628)
134438Sbostic/*
234438Sbostic * Copyright (c) 1988 Regents of the University of California.
334438Sbostic * All rights reserved.
434438Sbostic *
5*42628Sbostic * %sccs.include.redist.c%
634824Sbostic *
734438Sbostic * This code is derived from software contributed to Berkeley by
834438Sbostic * Computer Consoles Inc.
934438Sbostic */
1029697Ssam
1134438Sbostic#if defined(LIBC_SCCS) && !defined(lint)
12*42628Sbostic	.asciz "@(#)nargs.s	1.4 (Berkeley) 06/01/90"
1334438Sbostic#endif /* LIBC_SCCS and not lint */
1434438Sbostic
1529697Ssam/* C library -- nargs */
1629697Ssam
1729697Ssam#include "DEFS.h"
1829697Ssam
1929697SsamENTRY(nargs, 0)
2029697Ssam	movw	-2(fp),r0  #  removed word
2129697Ssam	subw2	$4,r0
2229697Ssam	shar	$2,r0,r0  #  no. of arguments
2329697Ssam	ret
24