| |||
| Home > Using the Inline and Embedded Assemblers of the ARM Compiler > Inline assembler and instruction expansion in C and C++ code | |||
An ARM instruction in inline assembly code might be expanded into several instructions in the compiled object. The expansion depends on the instruction, the number of operands specified in the instruction, and the type and value of each operand.
See: