Accumulator using 74hc194

register

I need help, I want make circuit that will load or store data from accumulator to another register. I have attached circuit I am not sure that diagram will work? enter image description here

Best Answer

To copy data from the accumulator to the register, you just apply a positive clock edge to the register.

To copy data from the register to the accumulator, you just apply a positive clock edge to the accumulator.

You only want to clock the device receiving the data.