Qualifiers

/D[ECIMAL]

Specifies that the input number has a decimal base. The /DECIMAL qualifier is incompatible with the /HEXADECIMAL qualifier.

/H[EXADECIMAL]

Specifies that the input number has a hexadecimal base. The /HEXADECIMAL qualifier is incompatible with /DECIMAL.

/N[UMBER]=number

Specifies the number to evaluate. This qualifier is required.

Example:

        
        
            
        DSE> EVALUATE /NUMBER=61
        Hex: 61 Dec: 97