1 Answers
The advantages of Thumb instructions are:
- Code density increases
- Memory usage is less.
- Saves cost and enhances the performance of the processor.
- It can handle 8, 16, and 32 bit of data.
- Thumb implementation of code takes around 30% less memory than the memory used by the processor in ARM mode.
- Thumb mode can be used in case of memory constraints.