Re: [Flashforth-devel] Is */ missing from Flash forth 3.8 ?
Brought to you by:
oh2aun
From: Pete Z. <pza...@pz...> - 2014-03-24 22:01:53
|
Hi again Simon, As far as CREATE and DOES> , go to the wiki, select Browse Pages and look in my file FF3.81Utility Words. Look at ARRAY and CARRAY. Not a lot of additional info but it may help. Pete On 3/24/2014 3:50 PM, Simon Bradley wrote: > Hi, > > I have just started with this on a PIC 18F2550 and found that */ > seems to be missing. As this is a core part of Forth (I think), is > there a way to put it back in at that level? I know it is supposed > to use an intermediate double length result so replacing with * / > will not do the same. > > Forth takes some getting used to ... :) > > Any tips or short examples using CREATE and DOES> would be nice too :) > > That is, longer examples than the usual CONSTANT example where DOES> @ ; > is used. I don't quite understand how the mechanism works yet. > > Thanks, > Simon. > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel > > |