 | Cx51 User's Guide |  |
|
|
| OBJECTADVANCED Compiler Directive| Abbreviation | OA | | Arguments | None. | | Default | None. | | µVision | Options — C51 — 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: | | See Also | OPTIMIZE | | Example |
C51 SAMPLE.C OBJECTADVANCE DEBUG
|
|
|