Ioannis
- 21st September 2010, 21:32
Hi.
Can the DIV32 be used with constants? I have to make the division myvar=217770/adval and was thinking in using this:
con1 con 21777
con2 con 10
dummy var word
dummy=con1*con2
myvar=div32 adval
Is this OK?
Ioannis
Can the DIV32 be used with constants? I have to make the division myvar=217770/adval and was thinking in using this:
con1 con 21777
con2 con 10
dummy var word
dummy=con1*con2
myvar=div32 adval
Is this OK?
Ioannis