Tiny person computer: LMC assembly interpreter written in pure safe Rust.
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
tinypc
LMC assembly interpreter written in pure safe Rust.
Supported Instructions
tinypc
has support for all of the typical LMC instructions.
Note: Adding on more useful instructions such as a multiply instruction is beyond the scope of this interpreter.
INP
LDA
OUT
STA
ADD
SUB
BRA
BRP
BRZ
HLT