From 9fce87134559f8b5f86e105283b59e61a1707d39 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 30 Apr 2024 15:34:11 +0300 Subject: initial readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md 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. -- cgit v1.3