MOV32 (THUMB)
In this section:
Syntax
MOV32{condition} register,expressionParameters
| An optional condition code if the instruction is placed after an |
| The register to load. |
| Any 32-bit expression. |
Description
Similar to the LDR (THUMB) instruction, but will load the constant by generating a pair of the MOV (MOVW) and the MOVT instructions.
This pseudo-instruction always generates two 32-bit instructions. It is only available in a core supporting the Thumb-2 instruction set.