| |||
| Home > Using the Inline and Embedded Assemblers of the ARM Compiler > Restrictions on inline assembly operations in C and C++ code | |||
There are a number of restrictions on the operations that can be performed in inline assembly code. These restrictions provide a measure of safety, and ensure that the assumptions in compiled C and C++ code are not violated in the assembled assembly code.
See the following restrictions: