thumb
Is it atomic to access(load/store) 32 bit integer when using ARM Thumb instruction set?
Using ARM cortex wit开发者_开发知识库h thumb instruction set and Keil realview compiler, is it safe to access to 32 bit integer?Since the thumb register set is 16 bits, does this mean, fetching a 32 b[详细]
2023-03-13 21:57 分类:问答How can I check if a 3rd party static library for the iPhone SDK is compiled for Thumb?
I\'m working with a development platform (monotouch) that does not allow me to link 3rd party libraries that are compiled for Thumb due to a bug in the apple l开发者_开发知识库inker. How can I determi[详细]
2023-03-01 21:32 分类:问答All the ways you can switch from arm mode to thumb mode in the ARM architecture list them and explain in detail?
I could not find an answer to this question. Can you tell me when the ARM architecture switches from arm mode to thumb mode ? Explain all the ways in whi开发者_如何转开发ch the switching works.The ans[详细]
2023-01-27 07:00 分类:问答ARM Thumb mode: Code Size not decreasing
Guys, I have a project which I have compiled for the ARM Cortex-A8 processor. I\'m making use of GCC to do this. Currently the size of my executable is 220.1 KB. Now I modify my makefile and I add the[详细]
2023-01-23 11:34 分类:问答iPhone Thumb & VFP
How do \'compile for Thumb\' and VFP code relate to each other? on the iPhone 2G/3G, i know that the T开发者_运维百科humb instructionset doesn\'t include floatingpoint calculations (on the 3GS, Thumb[详细]
2022-12-16 11:38 分类:问答