aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-04-30 15:34:11 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-04-30 15:34:11 +0300
commit9fce87134559f8b5f86e105283b59e61a1707d39 (patch)
treef9f852924b8604ac05cb20b6dcb096f1ecc3a43a /README.md
parent86954b21c09770e7527bdafd34ebc31f3cefc2d1 (diff)
downloadtri-9fce87134559f8b5f86e105283b59e61a1707d39.tar.gz
tri-9fce87134559f8b5f86e105283b59e61a1707d39.zip
initial readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..01c93e8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+# `tri`
+
+This repository contains some basic tools for experimentation with my trinary
+instruction set architecture.
+
+# `core`
+
+Central things related to trinary arithmetic, register naming and instruction
+encoding/decoding.
+
+# `tasm`
+
+Trinary assembler.
+
+# `tdump`
+
+Trinary `objdump`
+
+# `triscv`
+
+Trinary ISA simulator.
+
+# `utf9`
+
+Helper stuff related to trinary text handling, effectively encodes UTF-8 as
+trinary numbers.