Subject: Re: PPC assembly
To: William Lewis <wiml@omnigroup.com>
From: Dan Winship <danw@helixcode.com>
List: port-macppc
Date: 05/05/2000 20:39:30
> r0 is hardwired to always contain 0 on some processors; I don't know  
> if the ppc is one of them.

It's tricky. I believe the rule is that if you use it as the first
operand, it always appears to contains 0, but if you use it as the
second operand, it behaves normally. It may actually be the other way
around though.

-- Dan