2 lines
83 B
Text
2 lines
83 B
Text
MOV R0,R3 ;copy R3 to R0
|
|
ADD R2,R1,R5 ;add R1 to R5 and store the result in R2.
|
MOV R0,R3 ;copy R3 to R0
|
|
ADD R2,R1,R5 ;add R1 to R5 and store the result in R2.
|