‑‑use_mov32
このセクションの内容:
Syntax
--use_mov32
Description
Use this option to generate MOV32 instructions. This is a pseudo-instruction that represents a pair of MOVW and MOVT instructions. When this option is used, the compiler will—if possible—not generate an LDR instruction to load a 32-bit constant value.
Note that this option might not have effect depending on the optimization level and other options you specify.
See also
注意
Project>Options>C/C++ Compiler>Extra Options