Originally posted by: james182
yeah, that shifts the bits right but if there is a one in the far left position like this:
11001100 and I want to shift the bits two to the right it would end up looking like this:
11110011, I want it to look like this:
00110011.