Share via


ARM-Thumb Interworking Directives (Windows CE 5.0)

Send Feedback

The following table shows the ARM-THUMB interworking directives.

Directive Description
CODE16 Tells the assembler that subsequent instructions are to be interpreted as 16-bit (Thumb) instructions.
CODE32 Tells the assembler that subsequent instructions are to be interpreted as 32-bit (ARM) instructions.
DATA Tells the assembler that the label is a "data-in-code" label; that is, that it defines an area of data within a code segment.

You must specify this directiveif you are defining data in a Thumb code area.

See Also

ARM Assembler Directives

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.