div

The div Statement

The div statement lets you divide two input values and store the result in the first argument. The first argument must be a variable but the second and third arguments can be variables, numeric constants, or constant expressions. The syntax of the div statement is shown below.

 div x, x, 2 // set x equal to x / 2 (integer division)

Generated by  doxygen 1.6.2