 |
C166 User's Guide |
 |
|
|
|
|
NOREORDER Compiler Directive
| Abbreviation | NORO |
| Arguments |
None.
|
| Default |
Instructions are not reordered.
|
| µVision |
Options — C166 — Reorder Instructions to Minimize Pipeline
Effects.
|
| Description |
The NOREORDER directive disables instruction reordering
that was previously enabled with the REORDER directive.
|
| See Also | REORDER |
| Example |
C166 EXAMPLE.C NOREORDER
#pragma noreorder
|
|
|
|