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
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
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
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
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