MOVT<c> <Rd>, #<imm16>
Move Top writes an immediate value to the top halfword of the destination register. It does not affect the contents of the bottom halfword.
# 把 16 位立即数放到Rd<目标>寄存器的高16位,不影响低16位。
12e6e0: f2c0 0346 movt r3, #70 ; 0x46
MOVW<c> <Rd>, #<imm16>
# 把 16 位立即数放到Rd<目标>寄存器的低16位,清零高16位。
12e6dc: f249 4358 movw r3, #37976 ; 0x9458