From 15880ddb7f8989fe3a953db38aa262be2e89a67e Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 28 Nov 2022 15:24:40 -0500 Subject: [PATCH] [U] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c2ec53..e49bddb 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ # Tell the display to update lw $t8, ADDR_DISPLAY li $t9, 1 -sw $t9, 0($t8) +sb $t9, 0($t8) ``` ## Keyboard++