09-04-2022, 06:59 PM
(09-04-2022, 05:53 PM)OldMoses Wrote:(09-04-2022, 04:59 PM)bplus Wrote: Wow nice list of improvements. What is difference between shift left / right and rotate left /right?
shifts will drop bits from the end shifted toward. Rotate will carry those bits around to the opposite end.
Thanks, OK left and right shifts mult or divide by 2, what does rotate do?
b = b + ...