Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
ask for helps in instruction:ADR{cond} Rd, label
Jump...
Cancel
Locked
Locked
Replies
5 replies
Subscribers
119 subscribers
Views
3316 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
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
ask for helps in instruction:ADR{cond} Rd, label
dean lori
over 12 years ago
Note: This was originally posted on 3rd September 2012 at
http://forums.arm.com
ADR.W R1,F4_ROM ;F4_ROM is the label of the table below
STR R1,[R0]
..........
F4_ROM
.short 0x100,0x200
.short 0x300,0x400
when i use the instruction ADR.W above,the compiler tells : [E0200] Offset out of range.how can i solve the promble? thanks.
Parents
Martin Weidmann
over 12 years ago
Note: This was originally posted on 3rd September 2012 at
http://forums.arm.com
Try:
LDR r1, =F4_ROM
Cancel
Vote up
0
Vote down
Cancel
Reply
Martin Weidmann
over 12 years ago
Note: This was originally posted on 3rd September 2012 at
http://forums.arm.com
Try:
LDR r1, =F4_ROM
Cancel
Vote up
0
Vote down
Cancel
Children
No data