Update ES/Lab/Lab3/add128bit.asm

This commit is contained in:
aadit 2025-08-07 12:50:55 +05:30
parent 951bf4024a
commit a8ced71b76

View file

@ -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