mul.v

Category

Mathematical Commands

Syntax

mul.v(vA,vB);
vA *= vB;
vA = vA * vB;

Description

vA is multiplied by vB. Since a var can only be from 0-255, if the result is greater than 255, then the value "wraps around", e.g. 100 * 3 would give 44.

See also

mul.n