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

seminaries/qtrvsim/branchpred-1: correct count in the comment


Signed-off-by: default avatarPavel Pisa <pisa@cmp.felk.cvut.cz>
parent aea5b42f
No related branches found
No related tags found
No related merge requests found
# i = s0, j = s1, c = s2, t0 = outer loop limits, t1 = inner loop limit, t3 - auxiliary variable
addi s1, zero, 0 # c = 0;
addi t0, zero, 4 # t0 = 500;
addi t0, zero, 4 # t0 = 4;
addi t1, zero, 5 # t1 = 2
addi s0, zero, 0 # i = 0;
......
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