This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ask for helps in instruction:ADR{cond} Rd, labe in ccs5.2

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?is there any other instructions functions? thanks.