Instruction set simulator for the brainhug project. Implementing the brainf*ck programming language as an ISA.
Find a file
2026-05-06 16:27:17 +02:00
src basic function working 2026-05-06 16:27:17 +02:00
.gitignore basic function working 2026-05-06 16:27:17 +02:00
Cargo.lock basic function working 2026-05-06 16:27:17 +02:00
Cargo.toml basic function working 2026-05-06 16:27:17 +02:00
README.md basic function working 2026-05-06 16:27:17 +02:00

Brainhug ISS

This is a project aiming to implement an instruction set simulator aimed to the brainhug ISA. An ISA implementing the Brainf*ck programming language at the ISA level.