Explain functioning of the program attached Simulate are att
Explain functioning of the program attached. Simulate are attached the results. AREA PROGRAM CODE READ WRITE ENTRY
Solution
LDR R1,VALUE1 %Store the contents which store in the 37E3C123 (value1)address to R1 register
LDR R2,VALUE2 %Store the contents which store in the 367402AA(value1)address to R2 resgister
ADD R1,R2,R1 %Add the Content OF the register Values R1,R2 and store the result in R1 register
STR R1,Result %which write the value store in R1 to addres representiong by Result.
