From 7b62c0bac1eec35b9c77faed69440dc6eefe84f8 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sun, 9 Feb 2025 13:29:52 +0000 Subject: [PATCH] docs: update styling and add `DAT` instruction --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 103d76e..b24b265 100644 --- a/README.md +++ b/README.md @@ -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`