Constant Values   #

A Constant Value is an integer number, either signed or unsigned, that is created by the programmer.  Constant Values are symbolized by a number sign.

To use a Constant Value in your program, select the Constant option in the Select Operand and Address dialog box and enter a number.  
You can also select the unsigned integer option.

When entering the value, you can toggle to Hex via <CTRL> + <H>.

Constant Value Operands

You can create a list of named Constant Value Operands in the Output Window at the bottom of the screen.  

  1. Select the Constant tab in the Output Window; the list of Constant Values opens.

  2. Enter a Description and a Value; note the Unsigned option.

  3. Create a new Constant Value by pressing Enter.

When you create a Constant Value in this way, the program references the value by the description.  

By entering the Constant Value's description in the Select Operand and Address dialog box, you can use this Constant Value in your application.