Skip to content
Snippets Groups Projects
Commit 5d6ba983 authored by Dupák, Jakub's avatar Dupák, Jakub
Browse files

lw-hazards.S: fix register notation in lw

parent 828177ed
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
li s4, 0x44444444
li s5, 0x55555555
lw s0, 40(0)
lw s0, 40(x0)
and t0, s0, s1
or t1, s4, s0
sub t2, s0, s5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment