This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What does' F04F23E0 MOV r3, # 0xE000E000 'mean in the disassembly window of KEIL5.14.0? The instruction set is ARMv7-M.

hello,when I debug a program, I see a set in the disassembly window but can't understand.figure 1.

1.Can a 32-bit immediate value of 0xE000E000 be directly sent to r3 using MOV?

2.What does the operation code F04F23E0 mean?