Tiny person computer: LMC assembly interpreter written in pure safe Rust.
Find a file
Muhammad Nauman Raza 8f0da8a7f7
feat: proper branching and support for instruction-line loops
Branching works through changing the value of the program counter, which
represents the line number to process.
2025-01-26 09:17:39 +00:00
src feat: proper branching and support for instruction-line loops 2025-01-26 09:17:39 +00:00
.gitignore feat: initial set of instructions 2025-01-22 12:45:43 +00:00
Cargo.lock feat: initial set of instructions 2025-01-22 12:45:43 +00:00
Cargo.toml feat: initial set of instructions 2025-01-22 12:45:43 +00:00
README.md chore: remove archival notice 2025-01-26 08:57:26 +00:00

tinypc

LMC assembly interpreter written in pure safe Rust.