1 Answers
ARM
- CPSR register can be updated.
- Pre-index and post-index addressing modes.
- The instructions can be executed conditionally or unconditionally.
- Three-format mode.
- Memory usage is more.
THUMB
- Lower register must be used for CPSR updation.
- Only pre-index addressing mode.
- All the instructions are executed unconditionally except branch condition.
- Two-format mode.
- Memory usage is less.