Divide
Category: Arithmetic Box Functions
Divides the first value by the second and stores the quotient. With integer operands, the fractional part is discarded.
Syntax: DIV D0 D1 D2
| Run condition | Before | Command entered | Expected result |
|---|---|---|---|
| Left condition ON | D0=12, D1=5 | DIV D0 D1 D2 | D2=2 |