SourcePoint Intel Help

Table of Contents

eval

Evaluate an expression and display the results.

Syntax

eval expr

Where:

expr

specifies the expression to be evaluated.

Discussion

Use the eval command to calculate and display the result of an expression. The result is displayed in hexadecimal, decimal, octal and binary.

Note: ย Typing an expression by itself at the command line will also evaluate the expression. ย The result will be displayed in the current display base (as specified by the base control variable).

Example

Command input:

eval 2 * 3 + 1

Result:

00000007H 7T 00000000007O 00000000000000000000000000000111Y

Related Topics: