-VERBOSE [V1.10 or later]
|
This option displays detailed information in the standard error output.
[Specification format]
-VERBOSE=<sub>[, ...]
sub : CRC
|
- | Interpretation when omitted |
None
[Detailed description]
- | This option displays the contents specified by the suboption in the standard error output. |
- | The suboption below can be specified. |
CRC
|
This suboption displays the CRC operation result and its output address.
Valid when the crc option is specified.
|
[Example of use]
- | To display the CRC operation result and its output address in the standard error output, describe as: |
> rlink a.obj -form=stype -start=.SEC1/1000 -crc=2000=1000-10ff/CCITT -verbose=crc
|