I'm playing around with a turing machine emulator and I'm trying to add more than two numbers together. I can make it add two numbers together and halt, but I cant make it halt if I add 3 or more numbers (eg 4+3+3 will not halt after adding the last number instead it continues for ever).
http://i.imgur.com/xxai5mY.png - if this doesn't work I can trying something else.
This is what I have, I'm just not sure what I need to do. Any help is appreciated, if you need more information don't hesitate to ask
Cheers