From 955bf177c744d4125e40b87fd2c85ee19535cdaa Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 27 Jul 2024 16:38:34 -0400 Subject: Cleanup Signed-off-by: Ian Moffett --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0985312..0590f23 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Arithmetic operations can write to all registers except `v0`-`v7` and `pc`. Can | `mul` dst: r/m, val: r/m/imm | `dst` = `dst` * `val` | | `div` dst: r/m, val: r/m/imm | `dst` = `dst` / `val` | | `inc` dst: r/m | `dst` = `dst` + `1` | -| `dec` dst: r/m | `dst` = `dst` - `1` | +| `dec` dst: r/m | `dst` = `dst` - `1` | #### Example ``` -- cgit v1.2.3