12-04-2013, 04:11 PM
ow yeah, definitely that ^ (didnt pay that much attention with my first post). Also, one thing to note is you really only need a right shifter, since left shifting can be done easily adding 2 numbers together. Example; 4 + 4 =8 (0100 + 0100 = 1000) <- Bit just shifted 1 position to the left. This can be done extremely easy by using dual read registers.