Re: [Amforth] trunk@1512

2014-02-15 Thread Matthias Trute
Hi > enoch@dome:~/avr/amforth$ grep -re "XT_STORE_EE_ARRAY" * > core/words/set-recognizer.asm:.dw XT_STORE_EE_ARRAY > core/words/set-order.asm:.dw XT_STORE_EE_ARRAY oops I forgot them. Sorry. Fixed Matthias -- A

Re: [Amforth] trunk@1512

2014-02-15 Thread Enoch
Hello Matthias, Trying to merge your repository: git-svn-id: svn://svn.code.sf.net/p/amforth/code/trunk@1517 fd1c0b69-5d68-47f5-910c-86182ebb6ecd We seem to miss this definition: enoch@dome:~/avr/amforth$ grep -re "XT_STORE_EE_ARRAY" * core/words/set-recognizer.asm:.dw XT_STORE_EE_ARRAY co

Re: [Amforth] trunk@1512

2014-02-15 Thread Matthias Trute
Hi Enoch, > This is a follow up. The bug is in the revised words/fetch-ee-array.asm. > Given an EE array address with elements X₀, .., Xₙ₋₁, Xₙ when we need to > collect n items (the wordlists) we need to collect Xₙ₋₁ to X₀ (while > currently it collects Xₙ to X₁). Thank for the analysis. Fix wa

Re: [Amforth] trunk@1512

2014-02-13 Thread Enoch
Dear Matthias, This is a follow up. The bug is in the revised words/fetch-ee-array.asm. Given an EE array address with elements X₀, .., Xₙ₋₁, Xₙ when we need to collect n items (the wordlists) we need to collect Xₙ₋₁ to X₀ (while currently it collects Xₙ to X₁). By the way, I have a REVERSE word

[Amforth] trunk@1512

2014-02-10 Thread Enoch
Hello Matthias, In reference to your SVN 1512 "Renamed @e[] to n@e, changed stack effect as well", it hangs a new word which I provide for amforth-shell.py convenience: ; ( -- ) ; Tools ; prints a list of all searchable words in the dictionary VE_ALLWORDS: .dw $ff08 .db "allwords" .d