Mathematical Commands
div.n(vA,vB); vA /= vB; vA = vA / vB;
vA is divided by vB. The result is rounded down. If you divide by 0, the interpreter will crash.
div.n