operator-div.md

May 2, 2024 ยท View on GitHub

Asmc Macro Assembler Reference

operator DIV

expression1 DIV expression2

Returns the 128 bit result of a bitwise DIV operation for expression1 / expression2.

; Manipulating float using binary operators

x = 1.0 shl 1
y = x div 2

See Also

Logical and Shift | Operators Reference