On 07-Jan-02 John Baldwin wrote:
> Ok.  This isn't 686 specific at all.  However, one optimization might be to
> get rid of the xorl, and use 'addl' for the first instruction instead of
> adcl. 
> Anyways, If I were you, I would do it via a series of rcl (rotate through
> carry
> left, it shits in the carry flag instead of 0), thus I would do:

Erm, it shifts in the carry flag.  CPU's usually don't go around abusing their
flags like that. :-P

-- 

John Baldwin <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to