• LDR Instruction

    Note: This was originally posted on 5th November 2008 at http://forums.arm.com

    Hi all,
            I am new to the thumb-2 instruction set. In one of my sample code
    I noticed a instruction
             LDR r0, =0x12345678;…
  • What use of 'AL condition' in ARM IT block?

    Hi,

    I read the following on IT block in ARM Thumb2 instruction. I don't understand

    the last sentence on AL to get the changed behavior.

    Could you explain it to me?

    Thanks,

    /////////////

    A8.6.50 IT

    If Then makes up to four following instructions (the…