We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi i use the code below to store a value in memory address 0xfffff400,but when i debug ,it sotored reverse in memory address 0xfffff408
AREA CODE,CODE,READonly
ENTRY
LDR R1,=0XAA0AA0FF LDR R5,=0xfffff400 STR R1,[R5]
END
i use at91sam7x256 please show me a reall assembly example if you could tank u