This is a turing machine. Type instructions for the machine into the program list. There's a list of codes below these instructions. If you don't want to write code, load someone else's! All you have to do is push C and S at the same time. To start the machine, push the S key and type something into the box that appears. Keep in mind that you can only type strings of ones and zeros into this box. Program Codes: Each code is made up of four ones or zeros (Like 110, 101, 000, 111, etc). Each code can either be typed into a single item inside the Program list or spread out over four items (so a program could be 011 101 inside the Program list or 0 1 1 1 0 1 inside the program list.) 001 - Move the head down one 010 - Move the head up one 011 - Make the current cell a 0 100 - Make the current cell a 1 101 - Grab the current cell 110 - Make the current cell whatever is grabbed 111 -