Re: improvement of index-calculation




"Guenther Wimpassinger" <gw_spam@xxxxxxxxx> schrieb

> bt EAX,EBX
> lahf
> xchg AL,AH

replace the above with
mov ECX,EBX
shr EAX,CL

> and EAX,$1

is easier to read and faster


.



Relevant Pages