Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 344 Bytes

div128.md

File metadata and controls

21 lines (12 loc) · 344 Bytes

Asmc Macro Assembler Reference

* Non ML compatible operator

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

Operators Reference