docs: list instructions
This commit is contained in:
parent
5997215800
commit
05239dedea
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue