RosettaCodeData/Task/Inverted-syntax/ARM-Assembly/inverted-syntax-1.arm
2023-07-01 13:44:08 -04:00

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.