Subscribe To

Enter your email address:

Delivered by VS

Followers

Pages

ARM

The ARM 32-bit instruction set is the base 32-bit ISA used in the ARMv4T, ARMv5TEJ and ARMv6 architectures.  In these architectures it is used in applications requiring high performance, or for handling hardware exceptions such as interrupts and processor start-up.
The ARM 32-bit ISA is also supported in the Cortex™-A and Cortex-R profiles of the Cortex architecture for performance critical applications, and for legacy code.  Most of its functionality is subsumed into the Thumb-2 instruction set, which also benefits from improved code density.
ARM instructions are 32-bits wide, and are aligned on 4-byte boundaries.
All ARM instructions can also be "conditionalised" to only execute when previous instructions have set a particular condition code. This means that instructions only have their normal effect on the programmers’ model operation, memory and coprocessors if the N, Z, C and V flags in the Application Program Status Register satisfy a condition specified in the instruction. If the flags do not satisfy this condition, the instruction acts as a NOP, that is, execution advances to the next instruction as normal, including any relevant checks for exceptions being taken, but has no other effect.  This conditionalisation of instructions allows small sections of if- and while-statements to be encoded without the use of branch instructions.
The condition codes are:
 Condition Code Meaning
 N
 Negative condition code, set to 1 if  result is negative
 Z
 Zero condition code, set to 1 if the result of the instruction is 0
 C
 Carry condition code, set to 1 if the instruction results in a carry condition
 V
 Overflow condition code, set to 1 if the instruction results in an overflow condition.

comment 0 comments:

Post a Comment

 
© 2010 Mr. Saravanan's Blog is proudly powered by Blogger