docs: update styling and add DAT
instruction
This commit is contained in:
parent
05239dedea
commit
7b62c0bac1
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ LMC assembly interpreter written in pure safe Rust.
|
||||||
## Supported Instructions
|
## Supported Instructions
|
||||||
`tinypc` has support for *all* of the typical LMC 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.
|
> **Note** Adding on more useful instructions such as a multiply instruction is beyond the scope of this interpreter.
|
||||||
|
|
||||||
- `INP`
|
- `INP`
|
||||||
- `LDA`
|
- `LDA`
|
||||||
|
@ -15,4 +15,5 @@ LMC assembly interpreter written in pure safe Rust.
|
||||||
- `BRA`
|
- `BRA`
|
||||||
- `BRP`
|
- `BRP`
|
||||||
- `BRZ`
|
- `BRZ`
|
||||||
|
- `DAT`
|
||||||
- `HLT`
|
- `HLT`
|
||||||
|
|
Loading…
Reference in a new issue