What is the use of Thumb instructions in ARM processor ?

Answer Posted / kumana

ARM has two types of instructions.
1. 32-bit instructions, and 2.16-bit thumb intsructions.
Thumb instrcutions are used mainly for reducing the code
size. But, there is a increase in runtime because of
increased number of instructions. So, it's a tradeoff
between codesize-runtime.

Is This Answer Correct ?    41 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

different types of protocols.......?

1434


difference between arrays and linked list in c language?

1559


in b+ trees, all the data is stored in leaf nodes. if all leaf nodes are crashed then how to get/recovery the data back?

1510


program for inter process communicatin using message sharing in unix c

1314


which are the books available in, India for STONE COLUMNS/GRANULAR PILES?

1329






int main() { int d = 10; int m = 2; int y = 3603; int c = 0; int val; val = ( d + m + y + (y/4) + c) % 7; cout << val; return 0; }

1181


what is the difference between core java and advance java

1475


Which software model is best suited for the Maintenance kind of project?

2271


Index of an Array containing 'n' aliment varies from________to_______

1575


hi friends, i got selected in tcs, i m doing my b.e in one of the college in coimbatore.. i don have questions to post u.. but i have valid suggestion..its waste to prepare apti for tcs by looking at last 10 year question from internet.they changed all the apti question this year(2009).. but apti questions is easy..prepare critical reasoning for gre 12th edition..mug up the answers in critical reasoning.. u can download ebook for gre 12th edition..solve the critical reasoing question at the same time mug up it.. there were totally 3 critical reasoning question asked.. two for gre 12th edition so if u mug up u can finish two questions in 3 min.. so u will have 27 min for other question so u can work it out and find the ans..above i mentioned as 3 questions tat is 3 question means ,three paargraph.. each para carries 4 question so totally 12 question in critical reasoning.. if u clear all 12 question u will be selected.80% percent sure.then don mug up synonyms from gre barron because they are asking same question from barron but the choice for the questions are changed.. so study synonyms and antonyms from internet.. some pupils have posted the questions.. in tech and h r don use complex word or don show tat u r so dminant.. talk with them how u will speak wit ur friend. u will be through.. don think wat i have posted above is lik some info in other site.. wat i said is true.. they changed apti tis time.. u will be selected if u follow wat i said..again i m saying pls concentrate on critical reasoning.. if all questions in it are right u r through..bye

3279


How many codes are used when u design a Pressure Vessel

1361


how do we calculate physical address if logical address is given in the question?

2471


what are the differences between one dimensional ram and two dimensional ram?

2894


why multiple inheritence concept is not supported in c#?

1538


why this for loop doesn't work . int i; for(i=2;i=0;i--) { cout<

1446