Re: [Amforth] appl template changes

2014-04-11 Thread Enoch
Hello Mattias, Matthias Trute writes: > Hello Enoch, > >> Apologies for my insistence but couldn't you achieve the same objective >> of packing as many words as possible into the core via a macro call at >> each word that examines the current "pc" against "AMFORTH_RO_SEG" and >> switches "pc" do

Re: [Amforth] appl template changes

2014-04-10 Thread Matthias Trute
Hello Enoch, > Apologies for my insistence but couldn't you achieve the same objective > of packing as many words as possible into the core via a macro call at > each word that examines the current "pc" against "AMFORTH_RO_SEG" and > switches "pc" down when we near the "FLASHEND". This macro is q

Re: [Amforth] appl template changes

2014-04-09 Thread Enoch
Enoch writes: > Matthias Trute writes: > >> On Mo, 2014-04-07 at 15:26 -0400, Enoch wrote: >>> Hello Matthias, >>> >>> Matthias Trute writes: >>> > [complaints..] >>> > >>> > Why do you complain? I did not change that much at all. Your >>> >>> Your changes broke all user applications... >> >>

Re: [Amforth] appl template changes

2014-04-08 Thread Enoch
Matthias Trute writes: > On Mo, 2014-04-07 at 15:26 -0400, Enoch wrote: >> Hello Matthias, >> >> Matthias Trute writes: >> > [complaints..] >> > >> > Why do you complain? I did not change that much at all. Your >> >> Your changes broke all user applications... > > Unbelievable! All user progra

Re: [Amforth] appl template changes

2014-04-07 Thread Matthias Trute
On Mo, 2014-04-07 at 15:26 -0400, Enoch wrote: > Hello Matthias, > > Matthias Trute writes: > > [complaints..] > > > > Why do you complain? I did not change that much at all. Your > > Your changes broke all user applications... Unbelievable! All user programs I've tested still work. Code to tha

Re: [Amforth] appl template changes

2014-04-07 Thread Enoch
Hello Matthias, Matthias Trute writes: > [complaints..] > > Why do you complain? I did not change that much at all. Your Your changes broke all user applications... Thus, it was a legitimate reason for complaint. You do want people to "track your trunk", do you? :-) > boofa is still possible

Re: [Amforth] appl template changes

2014-04-07 Thread Matthias Trute
Hi Enoch, [complaints..] Why do you complain? I did not change that much at all. Your boofa is still possible and not worse to add then before. And all other users will benefit from a lot more code space for their (forth) programs. I updated the template/dict* files with some words of wisdom.

Re: [Amforth] appl template changes

2014-04-06 Thread Enoch
Enoch writes: > Re: "Preload as much as possible to NRWW section without user > configuration. There are 3 different sizes for the NRWW section: 2K, > 4K and 8K. For all a pre-selected set of words are included to > maximize the free space for user programs." > > Dear Matthias, > > It

[Amforth] appl template changes

2014-04-06 Thread Enoch
Re: "Preload as much as possible to NRWW section without user configuration. There are 3 different sizes for the NRWW section: 2K, 4K and 8K. For all a pre-selected set of words are included to maximize the free space for user programs." Dear Matthias, It is expected that you will try