Everything

 

-base_number


This option specifies the notation of the radix for numeric constants.

[Specification format]

-base_number={prefix|suffix}

 

-

Interpretation when omitted

It is the same result as when the -base_number=prefix option is specified.

[Detailed description]

-

This option specifies the notation of the radix for numeric constants.

-

The parameters that can be specified are shown below.
An error will occur if any other item is specified.

prefix

Specifies the prefix notation (0xn...n).

suffix

Specifies the suffix notation (n...nH).

-

An error will occur if the parameter is omitted.

[Example of use]

-

To specify the suffix notation of the radix for numeric constants, describe as:

>asrl -base_number=suffix -dev=dr5f100pj.dvf main.asm