summaryrefslogtreecommitdiff
path: root/progs/hexcounter.tm
diff options
context:
space:
mode:
Diffstat (limited to 'progs/hexcounter.tm')
-rw-r--r--progs/hexcounter.tm40
1 files changed, 40 insertions, 0 deletions
diff --git a/progs/hexcounter.tm b/progs/hexcounter.tm
new file mode 100644
index 0000000..a8a43ff
--- /dev/null
+++ b/progs/hexcounter.tm
@@ -0,0 +1,40 @@
+# hex counter
+# never stops
+
+%a h
+
+a 1rb
+a01rb
+a12rb
+a23rb
+a34rb
+a45rb
+a56rb
+a67rb
+a78rb
+a89rb
+a9Arb
+aABrb
+aBCrb
+aCDrb
+aDErb
+aEFrb
+aF0la
+
+b00rb
+b11rb
+b22rb
+b33rb
+b44rb
+b55rb
+b66rb
+b77rb
+b88rb
+b99rb
+bAArb
+bBBrb
+bCCrb
+bDDrb
+bEErb
+bFFrb
+b la