operator-mul.md

May 2, 2024 ยท View on GitHub

Asmc Macro Assembler Reference

operator MUL

expression1 MUL expression2

Returns the 128 bit result of a bitwise MUL operation for expression1 * expression2.

; Manipulating float using binary operators

x = 1.0 shr 1
y = x mul 2

See Also

Logical and Shift | Operators Reference