Re: [Amforth] Suggestions for docs

2015-12-20 Thread Matthias Trute
Am Samstag, den 19.12.2015, 12:59 +0800 schrieb Richard Burden: > Hi all, > > really happy with amforth but there are frustrations. Having just > downloaded version 6.1 and tried to rebuild my version 5 here are > some > suggestions based on my experience: > > 1. Docs are wrong. The default baud

Re: [Amforth] bitnames.frt issue

2015-12-20 Thread Matthias Trute
> 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): -1

Re: [Amforth] bitnames.frt issue

2015-12-20 Thread Richard Burden
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

Re: [Amforth] bitnames.frt issue

2015-12-20 Thread Matthias Trute
Am Sonntag, den 20.12.2015, 19:49 +0800 schrieb Richard Burden: > 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. Craig Lindley did something si