Leopold Toetsch wrote:
Sam Ruby <[EMAIL PROTECTED]> wrote:

I'll go back and all the necessary interpinfo calls, but I feel
compelled to ask: why isn't P2 passed?

P2 is a non-preserved register and as such rather improper to hold the object throughout a whole method.

I wasn't assuming is lasted throughout the whole method - only on entry.

... It seems to me quite likely that
most methods will want to know what object they are working on.

Yes. Just use "self" which does all the magic you need inside a ".sub" that is labeled "method".

Thanks! That works.

- Sam Ruby

Reply via email to