tinypc/README.md

19 lines
353 B
Markdown
Raw Normal View History

2025-01-24 21:34:28 +00:00
# tinypc
LMC assembly interpreter written in pure safe Rust.
2025-02-09 13:28:55 +00:00
## 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`