QUOTE (LWW @ Jan 9 2013, 23:18)

Не всё можно загрузить через LDR. Изучите команду и поймёте

Так "=" как раз и используется для того, чтобы об этом голова болела у ассемблера. Изучите
ассемблер и поймете

QUOTE
Syntax
The syntax of LDR is:
LDR{condition} register,=[expression | label-expression]
where:
...
expression
evaluates to a numeric constant:
If the value of expression is within range of a MOV or MVN instruction, the assembler generates the appropriate instruction.
If the value of expression is not within range of a MOV or MVN instruction, the assembler places the constant in a literal pool and generates a program-relative LDR instruction that reads the constant from the literal pool.