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

32-bit encoding hex values for Arm instructions

I read a chapter about encoding Arm instructions, and I can figure out that the 32-bit code for

instruction MOVS r2, #0x01 is 0xF45F 0201.  What are the 32-bit codes for instructions

ADDS r3, r1, r2, and BX lr?