I have this binary number:
00000111
how I can compute
11100000
meaning left shifting the 3 least significant bits? In this case all are 1's but it might be any n binary digits
I have this binary number:
00000111
how I can compute
11100000
meaning left shifting the 3 least significant bits? In this case all are 1's but it might be any n binary digits