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.

how to load a Immediate value greater than 16-bits into a register

Other Parts Discussed in Thread: OMAP3530

Hi, I am using CCS4.1 to develop the ARM programe(OMAP3530),
in the Assembly code, when I load a Immediate value greater than
16-bits into a register such as:
"MOV R1, #0x0001FFFF" or "LDR R1, #0x0001FFFF"
it cause a Assembly Error.
How to deal with this problem?