docs: update styling and add DAT instruction

This commit is contained in:
Muhammad Nauman Raza 2025-02-09 13:29:52 +00:00
parent 05239dedea
commit 7b62c0bac1
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -4,7 +4,7 @@ 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.
> **Note** Adding on more useful instructions such as a multiply instruction is beyond the scope of this interpreter.
- `INP`
- `LDA`
@ -15,4 +15,5 @@ LMC assembly interpreter written in pure safe Rust.
- `BRA`
- `BRP`
- `BRZ`
- `DAT`
- `HLT`