From e9a4e8a5b369393b82b12a653c86bd79432b98e1 Mon Sep 17 00:00:00 2001 From: Joseph Rogers Date: Thu, 19 Nov 2020 13:41:30 +0100 Subject: [PATCH] Fixed asm typo in question 3 for theory 2 --- theory2.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theory2.org b/theory2.org index 3d62256..8e88222 100644 --- a/theory2.org +++ b/theory2.org @@ -180,7 +180,7 @@ 0x10 add x2, x2, x1 0x14 bge x2, x3, .L1 0x18 j .L2 - .L3: + .L2: 0x1C addi x2, x2, 0x10 0x20 slli x2, 0x4 0x24 jr ra