0
1.4kviews
Explain thumb mode of ARM7TDMI core and compare it with normal mode.
1 Answer
1
72views

The Thumb Instruction Set (T variants)

It is a subset of the ARM instruction set. The thumb instruction set has 16 bit instructions. i.e. the Thumb instructions are half the size of ARM instructions.

The Thumb instruction set has greater code density than the ARM instruction set.

The drawbacks of …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.