Re: A86: Bit Shifts


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

Re: A86: Bit Shifts




SLA = 8 t-states, ADD = 4 (when used with an 8-bit register).

At 04:39 PM 5/13/98 -0600, you wrote:
>
>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      =
>=                                   =
>=====================================
>
>


// David Phillips
// mailto:electrum@tfs.net
// AIM: electrum32


References: