mul24
Multiply two 24-bit integer values x
and y
. x
and y
are 32-bit integers but only the low 24-bits are used to perform the multiplication.
(1) |
-
Multiply two 24-bit integer values `x` and `y`. `x` and `y` are 32-bit integers but only the low 24-bits are used to perform the multiplication.
Parameters:-
I
x
-
I
y
-