> 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

Reply via email to