Keil Logo Arm Logo

Assembler User Guide

IT block generation

IT block generation

If you write:

        AREA x,CODE
        THUMB
        MOVNE   r0,r1 ; (1)
        NOP
        IT      NE
        MOVNE   r0,r1 ; (2)
        END

the assembler generates an IT instruction before the first MOVNE instruction.

You can get warning messages about this automatic generation of IT blocks when assembling Thumb code. To do this, use the following command line option when invoking the assembler:

armasm --diag_warning 1763

Show/hideSee also

Concepts
Reference

Assembler Reference:

Copyright © 2007-2008, 2011-2012 ARM. All rights reserved.ARM DUI 0379D
Non-ConfidentialID062912

arm-logo-small

Keil logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.