RosettaCodeData/Task/Inverted-syntax/ARM-Assembly/inverted-syntax-1.arm

3 lines
83 B
Plaintext

MOV R0,R3 ;copy R3 to R0
ADD R2,R1,R5 ;add R1 to R5 and store the result in R2.