|
| NOOBJECT Compiler Directive| Abbreviation | | NOOJ | | Arguments | | None. | | Default | | OBJECT (filename.OBJ) | | µVision | | None. | | Description | | The NOOBJECT directive prevents the compiler from creating an object file. | | See Also | | OBJECT | | Example | |
C51 SAMPLE.C NOOBJECT
#pragma nooj
|
|
|