Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

area mycode, data

count equ 10
sum equ 0
area myarea, code
entry
export __main
__main
LDR R0,=0x212457AC
MOV R1, R0
LSL R1, #4
MOV R2, R1
LSR R2, #4
MOV R3, R2
ASR R3, #4
MOV R4, R3
ROR R4, #4
MOV R5,R4
RRX R5,R5
done b done
end

You might also like