You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
beq r1, r2, loop1
|
|
loop1:
|
|
load r10, 0(r1)
|
|
add r14, r10, 12
|
|
store r14, 0(r1)
|
|
addi r1, r1, 1
|
|
bne r1, r2, out1
|
|
out1:
|