 | AARM User's Guide Discontinued |  |
|
|
| NOAMAKE Assembler Directive| Abbreviation | None. | | Arguments | None. | | Default | AutoMAKE information is generated. | | µVision | This directive may not be used with µVision. | | Description | The NOAMAKE directive disables AutoMAKE project information records produced by the assembler. Use this directive to generate object files that can be used with older versions of the development tool chain and emulators that do not support Keil OMF extensions. Note - The NOAMAKE directive excludes certain information from the object module that is required for global register optimization. When this directive is used, global register optimization is not possible.
| | Example |
AA SAMPLE.ASM NOAMAKE
$NOAMAKE
|
|
|