docs: list instructions

This commit is contained in:
Muhammad Nauman Raza 2025-02-09 13:28:55 +00:00
parent 5997215800
commit 05239dedea
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -1,2 +1,18 @@
# 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`