Update ES/Lab/Lab3/add128bit.asm
This commit is contained in:
parent
951bf4024a
commit
a8ced71b76
1 changed files with 3 additions and 4 deletions
|
@ -25,10 +25,9 @@ UP
|
||||||
TEQ R3, #0
|
TEQ R3, #0
|
||||||
BNE UP;
|
BNE UP;
|
||||||
|
|
||||||
LDR R4, =Result
|
LDR R8, =Result
|
||||||
STR R2, [R4], #4
|
STR R2, [R8], #4
|
||||||
STR R5, [R4]
|
STR R5, [R8]
|
||||||
|
|
||||||
|
|
||||||
STOP
|
STOP
|
||||||
B STOP
|
B STOP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue