i know div32 do it.
but i don't know how use it.

as far as i read i cannot assign a constant to div32

div32 = 0032 69CC

the only way is getting the constant value by multiplying by two words then divide it.

constant = x*y
result = div32 z


am i right ?