Fixed asm typo in question 3 for theory 2
This commit is contained in:
parent
ee475a8a85
commit
e9a4e8a5b3
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@
|
||||||
0x10 add x2, x2, x1
|
0x10 add x2, x2, x1
|
||||||
0x14 bge x2, x3, .L1
|
0x14 bge x2, x3, .L1
|
||||||
0x18 j .L2
|
0x18 j .L2
|
||||||
.L3:
|
.L2:
|
||||||
0x1C addi x2, x2, 0x10
|
0x1C addi x2, x2, 0x10
|
||||||
0x20 slli x2, 0x4
|
0x20 slli x2, 0x4
|
||||||
0x24 jr ra
|
0x24 jr ra
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue