This option specifies the folder to save the assemble list file.
[Specification format]
- | Interpretation when omitted |
An assemble list file will not be output.
[Detailed description]
- | This option specifies the folder to save the assemble list file output during assembling as path. |
- | If an existing folder is specified as path, the assemble list file is saved under the source file name with the extension replaced by ".prn" to path.
An error will occur if a nonexistent folder is specified. |
- | An existing file can be specified as path. |
- | The assemble list file is saved with path as the file name.
An error will occur if a nonexistent file is specified. |
- | If "=path" is omitted, the assemble list file is saved to the current folder under the source file name with the extension replaced by ".prn". |
[Example of use]
- | To save the assemble list file output during assembling to folder "D:\sample", describe as: |
>asrh -Xprn_path=D:\sample -Xcommon=rh850 main.asm
|