-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sevonj edited this page May 2, 2023
·
18 revisions
TTK-91 is a 32-bit register machine with an easy to use instruction set.
- Quick Start
- Instruction set reference
- CPU
- Memory
- Devices, ports, addresses
- Documentation from Titokone project
- Developer info
Building the project is easy:
- Clone or download the project
- Make sure that Rust is installed
- Run command
cargo build
orcargo run
in the project directory.
I recommned using the release profile (--release
). This should give about 4x now 10x performance boost over the default profile.