Say I'm in state q5 with the following input:
000[q5]100
I'm about to read in a 1 and my instructions are 1->x,L
while moving to q6
Would the tape then look like this?
00[q6]0x00?
I'm not sure what to do when reading something from the right but having to move left and the textbook I'm using isn't very descriptive of this process.