BASE10.TM 7-4-93 by dmh.zip This turing machine should count decimal values from 0 up to infinity. Each run should increment the decimal value expressed on the tape. This early version will allow the number to grow leftward onto the tape. Now handles pre-existing numbers correctly, starting from any digit! Future challenge: keep it left-justified! Normal halting state is H. (0 1R Start off the number (0002R head for ones digit. (0112R (0222R (0332R (0442R (0552R (0662R (0772R (0882R (0992R (2002R head for ones digit. (2112R (2222R (2332R (2442R (2552R (2662R (2772R (2882R (2992R (2 1L Found it... (1 1RR Add new digit (101RR Increment current digit. (112RR Increment current digit. (123RR Increment current digit. (134RR Increment current digit. (145RR Increment current digit. (156RR Increment current digit. (167RR Increment current digit. (178RR Increment current digit. (189RR Increment current digit. : (1901L Carry on... : (R00RR return to ones digit for complete cycle (R11RR (R22RR (R33RR (R44RR (R55RR (R66RR (R77RR (R88RR (R99RR : (R HL finished!