1.1.5 Perform a logical binary shift on a positive 8-bit binary integer and understand the effect this has on the positive binary integer
Perform logical left shifts
Perform logical right shifts
Perform multiple shifts
Bits shifted from the end of the register are lost and zeros are shifted in at the opposite end of the register
The positive binary integer is multiplied or divided according to the shift performed
The most significant bit(s) or least significant bit(s) are lost