Re: [Flashforth-devel] */ missing?
Brought to you by:
oh2aun
From: Peter J. <p.j...@uq...> - 2013-06-11 08:22:54
|
I think that it would be good to add this definition of the scale operator to math.txt and to continue to develop FF3.8 (and its supporting documentation). The PIC18 is a nice family of microcontrollers. It's very easy to get started with them. Peter J. ________________________________________ From: Pete Zawasky [pza...@pz...] Sent: Tuesday, June 11, 2013 1:49 AM To: FF mailing list Subject: Re: [Flashforth-devel] */ missing? 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 > > > ------------------------------------------------------------------------------ > > > ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ Flashforth-devel mailing list Fla...@li... https://lists.sourceforge.net/lists/listinfo/flashforth-devel |