add two or more numbers using a turing machine emulator -


i'm playing around turing machine emulator , i'm trying add more 2 numbers together. can make add 2 numbers , halt, cant make halt if add 3 or more numbers (eg 4+3+3 not halt after adding last number instead continues ever).

http://i.imgur.com/xxai5my.png - if doesn't work can trying else.

this have, i'm not sure need do. appreciated, if need more information don't hesitate ask

cheers


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -