This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

i am facing problem in code?

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 j
ust 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