diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-30 15:34:11 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-30 15:34:11 +0300 |
| commit | 9fce87134559f8b5f86e105283b59e61a1707d39 (patch) | |
| tree | f9f852924b8604ac05cb20b6dcb096f1ecc3a43a /README.md | |
| parent | 86954b21c09770e7527bdafd34ebc31f3cefc2d1 (diff) | |
| download | tri-9fce87134559f8b5f86e105283b59e61a1707d39.tar.gz tri-9fce87134559f8b5f86e105283b59e61a1707d39.zip | |
initial readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
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. |
