I am new to the arm & I was writting the code in keil to store the number using DCD but i am unable to store it & instead it just store some number so where is my code wrong?area prog1,code,readonly entry ldr r1,=0x4020 ldr r2,=label str r2,[r1]label DCD 0xAEF67D90 end