Skip to content
Snippets Groups Projects
Commit 2318893d authored by Pavel Pisa's avatar Pavel Pisa
Browse files

qtrvsim/fibo-hazards: add notice that la use is problematic


Signed-off-by: default avatarPavel Pisa <pisa@cmp.felk.cvut.cz>
parent 0f123b38
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,9 @@
_start:
la a0, fibo_series
la a1, fibo_limit
la a0, fibo_series // la is pseudoinstruction expanded
la a1, fibo_limit // into two instructions with dependency
// look for replacements in seminaries
lw a1, 0(a1) // number of elements in the array
//Insert your code there
......
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