Part a: What was the word size of the machine described?
Part b: What was the instruction format?
Part c: How many registers were available for holding operands?
current input | next output state coin wall | state stop turn go -------------------+----------------------- x Y x | - Y N N start N N | - N N Y start N Y | left N Y N left N x | left1 N Y N left1 N x | go N Y N go N N | look N N Y go N Y | left N Y N look N x | look1 N Y N look1 N N | look N N Y look1 N Y | left N Y NUse the table preprocessor and an edge-triggered register to produce a compact description. Turn in your description.