I want write 0x0000369c dat into 0x000010fc memory address. How can I do?
ldr r4,=0x0000369c ldr r5,=0x000010fc str r4,[r5]
Is that