Fixed asm typo in question 3 for theory 2

This commit is contained in:
Joseph Rogers 2020-11-19 13:41:30 +01:00 committed by GitHub
parent ee475a8a85
commit e9a4e8a5b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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