From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 10 Mar 2005 14:00:33 -0700 From: "Ronald G. Minnich" To: Russ Cox , Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] got it In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Topicbox-Message-UUID: 226ac9a8-ead0-11e9-9d60-3106f5b1d025 On Thu, 10 Mar 2005, Russ Cox wrote: > $y-260(SP) means -260(SP) with a comment that > that's expected to be "y". -260 is just the offset of y > in the stack frame. yep, that I know. But first element of y should be, I was thinking, at -252(SP), not 260. I'll get the code. ron