From 9043ff6a546a77ec164d90535e72d5b5340cdcc6 Mon Sep 17 00:00:00 2001 From: EdmanCoding <164445630+EdmanCoding@users.noreply.github.com> Date: Sat, 31 May 2025 16:13:47 +0900 Subject: [PATCH 1/2] Update chapter-05 exercise 60 LEA doesn't set the condition code. --- 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..f2675bc 100644 --- a/solutions/chapter-05.md +++ b/solutions/chapter-05.md @@ -213,7 +213,7 @@ 60. Solution: 1. ALL 2. None of what I've seen so far. - 3. ADD, AND, NOT, LEA, LD, LDI, LDR, + 3. ADD, AND, NOT, LD, LDI, LDR, 4. It indicates result of ADD operation occur overflow. --- 61. Didn't try to solve. From 8c8262e83e85f080b6125da0f071257ad5003cda Mon Sep 17 00:00:00 2001 From: EdmanCoding <164445630+EdmanCoding@users.noreply.github.com> Date: Sat, 31 May 2025 16:14:45 +0900 Subject: [PATCH 2/2] Update chapter-05.md --- 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 f2675bc..3b9e2ea 100644 --- a/solutions/chapter-05.md +++ b/solutions/chapter-05.md @@ -213,7 +213,7 @@ 60. Solution: 1. ALL 2. None of what I've seen so far. - 3. ADD, AND, NOT, LD, LDI, LDR, + 3. ADD, AND, NOT, LD, LDI, LDR. 4. It indicates result of ADD operation occur overflow. --- 61. Didn't try to solve.