This option deletes the assembler symbol definition by the -define option.
[Specification format]
- | Interpretation when omitted |
None
[Detailed description]
- | This option cancels the definition of user-defined assembler symbol name specified by the -define option. |
- | An error will occur if name is omitted. |
- | This option cannot delete the definition by describing "name .EQU def". |
- | This option can be specified more than once. |
- | If both this option and -define option are specified, the option specified last will be valid. |
[Example of use]
- | To delete the definition of assembler symbol "test" by the -define option, describe as: |
>asrl -define=test -dev=dr5f100pj.dvf main.asm -undefine=test
|