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

ARM/Thumb-2


Hello everyone,

First of all, I'm new when it comes to ARM assembly. I actually have some pieces of code written for ARM instruction set, but my target is a Cortex-M4 architecture using Thumb-2 instruction set. Do I have to re-write the whole code, change some of it or keep it the way it is?

0