FlashForth: for PIC and Atmega Wiki
Brought to you by:
oh2aun
The Scale word
Multiply n1 and n2 then divide by n3. 32 bit intermediate result.
: */ ( n1 n2 n3 -- quotient ) */mod swap drop ;