Re: [Amforth] Ref Card Generation -- working hack

2020-07-16 Thread Mark Roth
Of those you see in the list, there are about 20 .asm files that aren't
included in even the 8k core build. I jammed about a dozen of them into my
appl_core dictionary include file just to try and fill it up. Plus of
course the hardware drivers that wouldn't be included anyhow if you don't
need them. I should probably go through my notes and start making patches
for all the files I changed so they can be vetted. I'm sure I made some
errors (or just didn't know from looking at the comments) that would need
to be sorted out. :)

On Thu, Jul 16, 2020 at 9:53 AM Tristan Williams  wrote:

> Hello Mark,
>
> Brilliant! There are AmForth words there I hadn't realised it had.
>
> Best wishes,
> Tristan
>
> On 16Jul20 00:49, Mark Roth wrote:
> > It's almost there at least as a page that can temporarily replace the
> > temporary v5.5 one. This is generated from the current svn sources and
> > consists of the avr8 and common words directories. I cleaned up as many
> of
> > the files that I could (and those will for sure need some Forth eyes on
> > them) by taking info from older versions when the comment block was
> > missing. The entire thing is generated by copying the avr8/words and
> > common/words into a temp directory then running the refcard python file
> > against that. You can take a look at it here.
> > http://ipreferpi.eu/htdocs/TG/refcard.html
> >
> > On Mon, Jul 13, 2020 at 10:19 PM Mark Roth  wrote:
> >
> > > I see there are a few duplicates but I'm not really sure why. Like
> > > RECOGNIZE from recognize.asm. It must have something to do with the
> way the
> > > msp430 header is formatted that is different from other ones since it
> isn't
> > > all of them. I'm sure it is in that voodoo of slashes somewhere...
> > >
> > > all the best,
> > > Mark
> > >
> > >>
> > >> CLIPPED
> >
> > ___
> > 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] Ref Card Generation -- working hack

2020-07-16 Thread Tristan Williams
Hello Mark,

Brilliant! There are AmForth words there I hadn't realised it had.

Best wishes,
Tristan

On 16Jul20 00:49, Mark Roth wrote:
> It's almost there at least as a page that can temporarily replace the
> temporary v5.5 one. This is generated from the current svn sources and
> consists of the avr8 and common words directories. I cleaned up as many of
> the files that I could (and those will for sure need some Forth eyes on
> them) by taking info from older versions when the comment block was
> missing. The entire thing is generated by copying the avr8/words and
> common/words into a temp directory then running the refcard python file
> against that. You can take a look at it here.
> http://ipreferpi.eu/htdocs/TG/refcard.html
> 
> On Mon, Jul 13, 2020 at 10:19 PM Mark Roth  wrote:
> 
> > I see there are a few duplicates but I'm not really sure why. Like
> > RECOGNIZE from recognize.asm. It must have something to do with the way the
> > msp430 header is formatted that is different from other ones since it isn't
> > all of them. I'm sure it is in that voodoo of slashes somewhere...
> >
> > all the best,
> > Mark
> >
> >>
> >> CLIPPED
> 
> ___
> 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