diff options
author | bd <bdunahu@operationnull.com> | 2025-04-10 20:40:40 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-10 20:40:40 -0400 |
commit | 0f0dd1012d6b1768eb91f1b35e8a7006d09414ab (patch) | |
tree | b0156046a4155284005a1b2c8614f625781b4974 /input | |
parent | c1507d153161413e4958362d19ae9aa9abedee47 (diff) |
Fix swapped destination + source in immediate i-type instructions
Diffstat (limited to 'input')
-rw-r--r-- | input/add-loop.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/input/add-loop.asm b/input/add-loop.asm index f8d97a1..53520f3 100644 --- a/input/add-loop.asm +++ b/input/add-loop.asm @@ -1,3 +1,4 @@ +.data .text addi $2 $0 0x200 addi $5 $0 0x1 |