| |||
| Home > The Cortex-M3 Instruction Set > Miscellaneous instructions > NOP | |||
No Operation.
NOP does nothing. NOP is not necessarily
a time-consuming NOP. The processor might remove it from
the pipeline before it reaches the execution stage.
Use NOP for padding, for example to adjust the
alignment of a following instruction.