Asmc Macro Assembler Reference
* Non ML compatible operator
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
Asmc Macro Assembler Reference
* Non ML compatible operator
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