From cf2db2cda7712eb344d0b268dbba3833359c35a5 Mon Sep 17 00:00:00 2001 From: EdmanCoding <164445630+EdmanCoding@users.noreply.github.com> Date: Wed, 14 May 2025 08:12:03 +0900 Subject: [PATCH] Update chapter-05 exercise 32 Typo, i guess. --- solutions/chapter-05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/chapter-05.md b/solutions/chapter-05.md index fe8823a..1c66ae4 100644 --- a/solutions/chapter-05.md +++ b/solutions/chapter-05.md @@ -132,7 +132,7 @@ 1. BRp #2 2. Skip 3. Skip - 4. AND R0 R0 #2 + 4. AND R0 R0 #0 5. ADD R0 -1 6. RESULT: N=1, Z=0, P=0 ---