Tiny Stack Computer
Find a file
2024-05-08 04:13:40 +02:00
src refactor Linker & add LinkAddr to allow bytecode with partially resolved symbols / symbol-relative addresses 2024-05-08 04:13:40 +02:00
.gitignore initial commit 2024-05-04 18:11:13 +02:00
Cargo.toml initial commit 2024-05-04 18:11:13 +02:00
README.md initial commit 2024-05-04 18:11:13 +02:00

tisc: Tiny Stack Computer

Minimalistic stack-based VM with Rust interfaces to build & execute programs.