Instruction format. The general form of an instruction has three parts: {write: symbol, move: state } {write: 1, L: done} writes the symbol 1, moves the tape head left ( L ), and goes to the done state. For brevity, you can omit the symbol and state if they stay the same. {L: carry} writes the same symbol that was read, moves the tape head ...