Eugene,
Thank you so much for fixing the bug in the LogicCircuit program that was causing circuits with large numbers of gates to perform in an incorrect manner. Now my large scale shift register circuits operate correctly.

Speaking of circuits, I've found a way to make a shift register that only requires 2 invert functions! However, neither of the 2 invert functions are used for "shifting" the data through the shift register! Also, I've figured out how to combine that shift register with 6 more gates in order to make a JK Flip-Flop from a total of 12 gates!

The best part is, the 2 memory units (SR Flip-Flops) of the shift register are constructed in such a way that they always set up their logic states in the exact same way upon turning the power on. It's like a digital logic phenomenon!

The secret is that ANDs and ORs are opposites, even though they're the same. Yes, I know that might sound ridiculous, but it's a true statement. I've come up with a formula to explain this fact.
A normal AND gate is what I refer to as a "1s AND = 0s OR"...
A normal OR gate is what I refer to as a "1s OR = 0s AND"...
I hope what I've said here makes sense.

I would like to share this new JK Flip-Flop design with you at some point. I've been wondering if it would perform the same way in real life. I've searched the internet for a design that matches it, but I haven't found anything that closely resembles it.