Steve Fink <[EMAIL PROTECTED]> wrote: > I'm getting my register stomped on in the following code:
> .sub _bogus > set $P1, $P0[0] > find_lex $P2, "x" I've fixed that part now. $P1 didn't properly interfer with $P2, so both got the same register. > Steve leo