This option deletes the assembler symbol definition by the -D option.
[Specification format]
- | Interpretation when omitted |
None
[Detailed description]
- | This option deletes the definition of assembler symbol name by the -D option. |
- | An error will occur if name is omitted. |
- | This option cannot delete the definition by describing "name .SET def". |
- | This option can be specified more than once. |
- | If both this option and -D option are specified for the same assembler symbol, the option specified last will be valid. |
[Example of use]
- | To delete the definition of assembler symbol "test" by the -D option, describe as: |
>asrh -Utest -Xcommon=rh850 main.asm
|