Re: [Amforth] Bug - "...." interpreted by the recognizer

2011-05-29 Thread pito
..and the series with e,E,d,D (probably related to string>float) are somehow corrupted as well: > e  ?? -13 6 > E  ?? -13 6 > d  ?? -13 6 > D  ?? -13 6 > w w ?? -13 6 > p. - PŮVODNÍ ZPRÁVA - Od: "pito" Komu: amforth-devel@lists.sourceforge

[Amforth] Bug - "...." interpreted by the recognizer

2011-05-29 Thread pito
Hi, when entering a series of dots (and rec-float installed): > . ok > .s 0 2009 0 1 2011 0 ok > P. -- vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup

[Amforth] Float libs - FSTACK - awarness

2011-05-29 Thread pito
Hi, just a small tip for those who starts to utilise the existing libraries for float functions.. As you can see in my trig library I posted (f-trig.frt) there is my remark .."a bug?". It is not a bug in the original J.L. Bezemer's lib (see the "4tH library" - great source) but probably the fact th

Re: [Amforth] New 2.0 Float Lib ASM - 5primitives

2011-05-29 Thread Matthias Trute
Hi Pito, > I am resending to Matthias a new version 2.0 of the Pito's 4 > primitives called 5 primitives. The lib is redone, no warnings when > compiled, cleaner code, maybe faster, and I added fsqrt. Most > important is the T flag dependency is removed, thus no issues with > interrupts observed y