4-bit Universal shift register
clear sets the register contentsand output to 0s1 and s0 determine the shift function s0 s1 function 0 0 hold state 0 1 shift right 1 0 shift left 1 1 load new input
Holds 4 values
- serial or parallel inputs
- serial or parallel outputs
- permits shift left or right
- shift in new values from left or right