Re: A86: Bit Shifts


[Prev][Next][Index][Thread]

Re: A86: Bit Shifts




yes, but i think (i don't have the timings w/ me) that 'sla a' is
slower. people like to use 'add a,a' because it's more clear as to what
it does.

BIOSERRORS wrote:
> 
> Doesn't
>         sla             a
> have the same effect as
>         add             a,a
> ?

-- 

=====================================
=                                   =
=   Kirk Meyer (mailto:_@ibm.net)   =
= http://www.bigfoot.com/~kirkmeyer =
=                                   =
=   "Set your affection on things   =
=    above, not on things on the    =
=      earth."  Colossians 3:2      =
=                                   =
=====================================


Follow-Ups: References: