SpinGate is a 1-bit computer with a corresponding
single bit 1-instruction language.
It has only a single instruction - 0 or 1
0 - rotate shift register
1 - when load - accum <= bit0
phase <= store
when store - bit0 <= bit0 NAND accum
phase <= load
Choose a program: