Re: [Flashforth-devel] */ missing?
Brought to you by:
oh2aun
From: Pete Z. <pza...@pz...> - 2013-06-10 15:48:48
|
Hi Lowell, I have */mod in the math.txt distributed in FF3.8..... So: : */ ( n1 n2 n3 -- quotient ) */mod swap drop ; My choice lately is to move to FF4.8 (*/ and */mod are in it) and 16bit PICs. Pete On 6/10/2013 11:14 AM, Lowell Brunson wrote: > I am running version 3.8 on a PIC18. Although words.txt (and some of the > PDF documents) show the existance of */ and */mod I don't see it either > in the source code or in the dictionary. All I see is u*/mod. I need a > signed version. Any suggestions? > > Lowell > > > ------------------------------------------------------------------------------ > > > |