From 03ca6e92ac39846779eab3e570d229ff609816ec Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 1 Apr 2010 20:22:15 +0000 Subject: add Halt command, cleanup --- progs/3state-bb.tm | 9 +++++++++ progs/4state-bb.tm | 12 ++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 progs/3state-bb.tm create mode 100644 progs/4state-bb.tm (limited to 'progs') diff --git a/progs/3state-bb.tm b/progs/3state-bb.tm new file mode 100644 index 0000000..a332ee7 --- /dev/null +++ b/progs/3state-bb.tm @@ -0,0 +1,9 @@ +001R1 +011H0 +0_1R1 +100R2 +111R1 +1_0R2 +201L2 +211L0 +2_1L2 diff --git a/progs/4state-bb.tm b/progs/4state-bb.tm new file mode 100644 index 0000000..8b07ad9 --- /dev/null +++ b/progs/4state-bb.tm @@ -0,0 +1,12 @@ +001R1 +011L1 +0_1R1 +101L0 +110L2 +1_1L0 +201H2 +211L3 +2_1H2 +301R3 +310R0 +3_1R3 -- cgit v1.2.3