jim
12-09-03, 04:23 PM
Hi Forth Experts,
I'm trying to do in forth
z = (x << 16)/y
where x y and z are 16 bit and the divide is 32 bit unsigned.
Can this be done easily? There seems to be the concept of "double" things but I can't find a divide.
Thanks,
-Jim
I'm trying to do in forth
z = (x << 16)/y
where x y and z are 16 bit and the divide is 32 bit unsigned.
Can this be done easily? There seems to be the concept of "double" things but I can't find a divide.
Thanks,
-Jim