From 53daafff1f66b1a7e7fc3b094075cf1d0f5182d6 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 2 Aug 2025 01:47:50 -0400 Subject: [PATCH] A0FF not formatted fix (exercise) --- code/fillmem/fillmem.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/fillmem/fillmem.s b/code/fillmem/fillmem.s index 36ec044..02d0e0c 100644 --- a/code/fillmem/fillmem.s +++ b/code/fillmem/fillmem.s @@ -9,7 +9,7 @@ BASE_ADDR equ 0x0000 Main: li $t0, 0xA000 ; $t0 = 0xA000 - li $t1, 0xA0FF ; $t1 = 0xA0FF + li $t1, 0xA100 ; $t1 = 0xA100 li $t2, 0x11 ; $t2 = 0x11 Loop: