Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!ittvax!sii!mem From: mem@sii.UUCP (Mark Mallett) Newsgroups: net.micro.68k Subject: oh no nargs again Message-ID: <369@sii.UUCP> Date: Wed, 4-Jan-84 07:49:42 EST Article-I.D.: sii.369 Posted: Wed Jan 4 07:49:42 1984 Date-Received: Thu, 5-Jan-84 01:13:24 EST Lines: 11 b Unfortunately, you can't figure out the number of arguments to a function (on a 68000) by looking at the stack frame, as Nathan Myers asks. The frame pointer gives only the same information as the stack pointer at entry to a function, and at best can tell you how much local stack space is being used by a procedure at any moment. This doesn't include arguments passed from the caller. Mark E. Mallett decvax!sii!mem