Re: [Amforth] bitnames.frt issue

2015-12-19 Thread Richard Burden
Peter

Thank you.  You are correct and all sorted now.

Regards
Richard
On 19/12/2015 5:42 PM, "Peter C. Hauser"  wrote:

> I seem to remember that I had the same problem a few weeks ago when I got
> started with AMForth.
>
> Cannot confirm this from where I am now, but I think that  predefined and therefore its definition should be included on top of the
> bitnames file.
>
> The error codes are listed in the Forth2012 documentation (google it) and
> -13 should be for a not defined Forth word.
>
> Peter
>
>
> > On 19 Dec 2015, at 07:27, Richard Burden 
> wrote:
> >
> > Hi all,
> >
> > I'm trying to load bitnames.frt into my version of amForth and getting
> errors.
> >
> > eg
> >> : bitmask: ( C: "ccc" portadr bmask -- ) ( R: -- pinmask portadr )
> > ok   > ?? -13 9
> >> , ,
> > ?? -4 6
> >>  does>
> > ok
> >>dup @i swap i-cell+ @i
> > ok
> >> ;
> >
> > 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?
> >
> > Bitnames.frt was fine on amForthv5.5 so I assume the new word  > is the source of the problem.
> >
> > Many thanks
> > Richard
> >
> >
> --
> > ___
> > 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
>
--
___
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel


Re: [Amforth] bitnames.frt issue

2015-12-19 Thread Peter C. Hauser
I seem to remember that I had the same problem a few weeks ago when I got 
started with AMForth.

Cannot confirm this from where I am now, but I think that  On 19 Dec 2015, at 07:27, Richard Burden  
> wrote:
> 
> Hi all,
> 
> I'm trying to load bitnames.frt into my version of amForth and getting errors.
> 
> eg
>> : bitmask: ( C: "ccc" portadr bmask -- ) ( R: -- pinmask portadr )
> ok   ?? -13 9
>> , ,
> ?? -4 6
>>  does>
> ok
>>dup @i swap i-cell+ @i
> ok
>> ;
> 
> 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?
> 
> Bitnames.frt was fine on amForthv5.5 so I assume the new word  is the source of the problem.
> 
> Many thanks
> Richard
> 
> --
> ___
> 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