This option specifies the output file name.
[Specification format]
- | Interpretation when omitted |
The file is output to the current folder.
The output object file name will be the source file name with the extension replaced by ".obj".
[Detailed description]
- | This option specifies the object file name as file. |
- | If file already exists, it will be overwritten. |
- | Even when this option is specified, if an error occurs and assembly processing cannot be continued, no object file will be output. |
- | An error will occur if two or more files are output. |
- | An error will occur if file is omitted. |
[Example of use]
- | To output the object file with "sample.obj" as the file name, describe as: |
>asrl -output=sample.obj -dev=dr5f100pj.dvf main.asm
|