TIMES EQU 0x5 LDR R1,#0x7 ;R1=0x7 MOV R2,#TIMES ;R2=0x05 MOV R1,R1,LSL R2 ;shift R1 left R2 number of times ;and place the result in R1