This option specifies the folder to save an object file generated during assembling.
The object file is saved under the source file name with the extension replaced by ".obj" to the current folder.
If an existing folder is specified as path, the object file is saved under the source file name with the extension replaced by ".obj" to path. |
An existing file can be specified as path. |
If "=path" is omitted, the object file is saved under the C source file name with the extension replaced by ".obj". |
If two or more files with the same name (even if they are in different folders) are specified as source files, then a warning is output, and an object file is only saved for the last source file to be specified. |