| |||
| Home > Using the Inline and Embedded Assemblers > Inline assembler | |||
The ARM compiler provides an inline assembler that enables you to write optimized assembly language routines, and access features of the target processor not available from C or C++.
The following subsections are included:
See also:
Chapter 4 Mixing C, C++, and Assembly Language in the Developer Guide for information on how to use the inline assembler in C and C++ source code, and restrictions on inline assembly language
the Assembler Guide for more information on writing assembly language for the ARM processors.