[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: startpc of locals
- From: "Hisham H. Muhammad" <hisham@...>
- Date: Thu, 23 Sep 2004 14:17:27 -0300
On Thursday 23 September 2004 10:37, Jamie Webb wrote:
> The value assigned to y is not the just-assigned x but the original
> global x. The local x is not yet in scope at that point.
Oh, I see. Thanks for clearing that up. I was thinking of startpc as "the
instruction where a given local is assigned to a register".
-- Hisham