Thanks Matthias. I've learned a lot today from Peter and your responses.  I
now have the serial data flowing correctly into the satellite tuner board
I'm trying to turn into a signal generator.

I tried to get the Portb and ddr constants to be included in the base
amforth. Without much success so I simply pasted the definitions into the
terminal window.

I appreciate having every register included in the base amforth consumes a
lot of memory.  I suggest the ports and ddr registers be included in the
base though since a microcontroller can't do much before these ports need
to be used.

Overall I'm very happy with version 6. Congratulations to the authors for
putting so much effort in. Amazing that a $2 arduino clone can be
repurposed into something I consider much more useful.

Regards
Richard
On 20/12/2015 6:13 PM, "Matthias Trute" <mtr...@web.de> wrote:

>
>
> > I can confirm the files do-value.asm and do-defer.asm were included
> > in
> > the build after reviewing the list file. Can anyone help me on this
> > please?
>
> In addition to what Peter wrote: The error messages are short indeed.
> The numbers come from the Forth 2012 standard (chapter Exceptions):
> -13 means "not found" the second number points to the *end* of the
> word (counted from the whole input line) that was not found. -4 means
> "stack underflow". In compilation mode usually a hint that the loops or
> conditionals are not balanced, not in your case, however since the -13
> error emptied the data stack.
>
> >
> > Bitnames.frt was fine on amForthv5.5 so I assume the new word <builds
> > is the source of the problem.
>
> I added the require statement for the amforth-shell, thanks you (rev
> 2050)
>
> Matthias
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Amforth-devel mailing list for http://amforth.sf.net/
> Amforth-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amforth-devel
>
------------------------------------------------------------------------------
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to