Re: [Amforth] WORDS

2014-06-03 Thread Matthias Trute
Hi Enoch, > It seems to me that AmForth WORDS implementation is incorrect: Indeed. A Regression from rev 1541. Thanks for telling Matthias -- Learn Graph Databases - Download FREE O'Reilly Book "Graph

[Amforth] WORDS

2014-06-01 Thread Enoch
Hello Matthias, It seems to me that AmForth WORDS implementation is incorrect: 15.6.1.2465 WORDS standard requires: List the definition names in the first word list of the search order. AmForth however lists the current compilation word list: .dw XT_GET_CURRENT .dw XT_SHOWWORDLIST

Re: [Amforth] words/icompare.asm bugfix

2013-06-28 Thread Matthias Trute
Hi Enoch, > Signed comparison prevented us until now from enjoying UTF-8. > Not any more :-) Cool. Thanks (and committed) > > : Σ 0 swap 0 do + loop ; >> 7 8 9 3 Σ . > 24 ok Was it ALT-S or Right-Alt-S or Shift-Ctrl-S?? ;) Matthias

[Amforth] words/icompare.asm bugfix

2013-06-27 Thread Enoch
Hello Matthias & All: Signed comparison prevented us until now from enjoying UTF-8. Not any more :-) : Σ 0 swap 0 do + loop ; > 7 8 9 3 Σ . 24 ok Patch at http://pastebin.com/seSSPUtx Regards, Enoch. -- This SF