aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 01c93e8449ade0a9b4a283c25eb4d5cf95de770c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.