| |||
| Home > Using the Inline and Embedded Assemblers > Embedded assembler | |||
The ARM compiler enables you to include assembly code out-of-line, in one or more C or C++ function definitions. Embedded assembler provides unrestricted, low-level access to the target processor, enables you to use the C and C++ preprocessor directives, and gives easy access to structure member offsets.
See the Assembler Guide for more information on writing assembly language for the ARM processors.