summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2010-04-01 20:22:15 +0000
committerDimitri Sokolyuk <demon@dim13.org>2010-04-01 20:22:15 +0000
commit03ca6e92ac39846779eab3e570d229ff609816ec (patch)
tree2a9d1392edad4ae97238bb7c98d97e73194d133a /progs
parenteec064b72b1c1d9f6f997041a47d3664599bf43a (diff)
add Halt command, cleanup
Diffstat (limited to 'progs')
-rw-r--r--progs/3state-bb.tm9
-rw-r--r--progs/4state-bb.tm12
2 files changed, 21 insertions, 0 deletions
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