 | C251 User's Guide |  |
|
|
| OBJECTADVANCED Compiler Directive| Abbreviation | OA | | Arguments | None. | | Default | None. | | µVision | Options — C251 — Code Optimization — Linker Code Packing. | | Description | The OBJECTADVANCED directive instructs the compiler to include information in the object file for linker-level program optimizations. This directive is used with the OPTIMIZE directive to shrink program size and decrease execution speed. When enabled, the OBJECTADVANCED directive instructs the LX51 Linker/Locator to perform the following optimizations: | | Example |
C251 SAMPLE.C OBJECTADVANCE DEBUG
|
|
|