Everything

*


Multiplication of value of first and second terms.

[Function]

Returns the result of multiplication (product) between the values of the 1st and 2nd terms of an expression.

[Application example]

MOV     A, #2 * 3       ; (1)

(1)

Execution of the MOV instruction loads a value of 6 in the A register.