Re: [Amforth-devel] "Help" word

2010-09-18 Thread pito
> There should be a smarter way do give help on the > system itself.. A few years back I did as my first project on my brand new atari 520 a zif-lempel compression in 68k asm. It worked (Marcin hates this words..) ... but this is just an another stupid idea. P.

Re: [Amforth-devel] "Help" word

2010-09-18 Thread Matthias Trute
Hi, > Matthias, YES I see now, you just updated the trunk\lib (i'm using > tortoiseSVN under xp)!! > Thanks - So the next step is to start fill the help-words.frt, am I > right? Yes, absolutly. But I doubt that a automatically generated file with _all_ words inside is really what we want. Its hu

Re: [Amforth-devel] "Help" word

2010-09-18 Thread pito
Matthias, YES I see now, you just updated the trunk\lib (i'm using tortoiseSVN under xp)!! Thanks - So the next step is to start fill the help-words.frt, am I right? Pito. -- Start uncovering the many advantages of virt

Re: [Amforth-devel] "Help" word

2010-09-18 Thread Matthias Trute
Pito, > Hi, > just as an inspiration - for people who use amforth with student for > education - in the FlashForth there is a nice worh "help" I like > (see ff36). You load the help and helpwords (~few kB) and: > help emit see repository: lib/help.frt and lib/help-words.frt. the later will be aut

Re: [Amforth-devel] "Help" word

2010-09-18 Thread Matthias Trute
Hi Pito, > Hi, > just as an inspiration - for people who use amforth with student for > education - in the FlashForth there is a nice worh "help" I like > (see ff36). You load the help and helpwords (~few kB) and: > help emit > emitc --Emit c to the serial port FIFO. FIFO is 46 > c

[Amforth-devel] "Help" word

2010-09-18 Thread pito
Hi, just as an inspiration - for people who use amforth with student for education - in the FlashForth there is a nice worh "help" I like (see ff36). You load the help and helpwords (~few kB) and: help emit emitc --Emit c to the serial port FIFO. FIFO is 46 chars. Execut es pause. o