Close

The Tape Implementation (Continued)

A project log for TMD-1: A Turing Machine Demonstrator

Develop a Turing machine that is simple to program and easy to understand.

michael-gardiMichael Gardi 07/19/2020 at 17:020 Comments

The Flip-Byte

Having sorted out the mechanics with the Flip-Bit it was time to extend that to the 8 bits I will be using for the Tape, a Flip-Byte. So I mashed together 8 of the bases used for the Flip-Bit and came up with this:

Then following the instructions for constructing the Flip-Bit 8 times I ended up with this:

Ready to be mounted under the Tape Panel.

Discussions