MLT_OPERATOR
Back to current versionRestore this version

MLT – Multiply#

Multiply Operand 2 times Operand 3, store result in Operand 1 Operand 1 = Operand 2 X Operand 3 Example: Multiply the value of PC 1000 times 2, and store the value back into the same PC.
LineCMDOTOperand 1OPEROTOperand2OTOperand3If Goto Else GoTo
00010 LET PC 1000 MLT PC 1000 N 2 99999