
A simple Flipflop from NOR Gates and A 3 bit shift register from D-Flipflop
Use the pins to set/unset and checkt shift register output
not necessary, simple logic analyser or LEDS will do
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | SET | Q | |
| 1 | /Q | ||
| 2 | RESET | ||
| 3 | |||
| 4 | SHIFT/LOAD | ||
| 5 | IN0 | Shift_out | |
| 6 | IN1 | ||
| 7 | IN3 |