Re: [Amforth] recipe on writing test cases

2014-05-24 Thread Matthias Trute
Hi Erich, > since I just found out, how easy it is, to write test cases > and run them, I thought I'd share a few lines on this. Inspired by this, I wrote a small test case for the extended VM register A. Its available on the repository under trunk/tests. > Matthias: feel free to add this to the

[Amforth] A small bug with "ms"

2014-05-24 Thread Andreas Wagner
I noticed this when working with sim900. I think ms should only require one argument. Index: lib/ans94/facility/ms.frt === --- lib/ans94/facility/ms.frt (revision 1596) +++ lib/ans94/facility/ms.frt (working copy) @@ -1,3 +1,3 @