a clever person could knock up some code to do 32 bit shift left , right and a 32 bit xor then the whole thing could be done without pbpl at allx = (x>>1) ^ bitVal<<31;
a clever person could knock up some code to do 32 bit shift left , right and a 32 bit xor then the whole thing could be done without pbpl at allx = (x>>1) ^ bitVal<<31;
Last edited by richard; - 11th November 2015 at 08:37. Reason: still can't type
Bookmarks