X0 is ON, the number in D0 is subtracted from the data in D10, and the difference is stored in D20. If the difference
obtained is zero, M8020 will be set to 1.
: The multiplicand.
: Multiplier.
: Product.
Store the product obtained by multiplying
and
in
. The data involved in the operation are all
unsigned 16-bit binary numbers.
X0 ON, the data in D0 is multiplied by the data in D10, and the product is sent to D20 for storage.
Flag bit: M8023 0: The divisor is not 0.
1: The divisor is 0.