Section 6.7: Shifts (Frame 5)                     [prev][home][next]

Following are a number of shifts:

  Original     1-bit left       1-bit right      1-bit left    1-bit right
                logical          logical          circular      circular
--------------------------------------------------------------------------
  10010111     00101110         01001011         00101111      11001011
  00000001     00000010         00000000         00000010      10000000
  10000000     00000000         01000000         00000001      01000000
  11111111     11111110         01111111         11111111      11111111
  00011000     00110000         00001100         00110000      00001100