Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors