 | A166 User's Guide |  |
|
|
| OBJECT Assembler Directive| Abbreviation | OJ | | Arguments | OBJECT (filename) | | Default | An object file (with the source file base name and .OBJ extension) is generated. | | µVision | Options — Output — Select Folder for Objects. | | Description | The OBJECT directive specifies the filename of the generated object file. By default, the assembler creates an object file using the name and path of the source file and the .OBJ extension. | | See Also | NOOBJECT | | Example |
A166 SAMPLE.ASM OBJECT(C:\SAMPLE\SAMPLE.OBJ)
$OJ(C:\SAMPLE\SAMPLE.OBJ)
|
|
|