DEC Instruction

Synopsis

DEC <operand-1 variable data type> <operand-2 decrement value type>

Description

The DEC instruction decrements a variable. The amount by which to decrement is expected on the runtime stack below the address of the variable to decrement.

Data Type Operands

The operands are the data type of the variable and the value.

See Also

INC