Re: [Amforth] amforth-shell.py patch proposal

2013-03-04 Thread Enoch
Hello Matthias & all: > Matthias Trute writes: >> That makes sense. But appl_own.py as the filenname. There should >> be better ones. Or a more generic approach. I'm not a python expert, >> but many python directories contain a file named __init__.py to do >> something useful. > > Seems too "

Re: [Amforth] amforth-shell.py patch proposal

2013-03-04 Thread Enoch
Matthias Trute writes: > Enoch, > >> I said, how nice it would be if amforth-shell would do it for me just >> like it does with Atmel's register/bit defs. > > That makes sense. But appl_own.py as the filenname. There should > be better ones. Or a more generic approach. I'm not a python expert

Re: [Amforth] amforth-shell.py patch proposal

2013-03-04 Thread Matthias Trute
Enoch, > I said, how nice it would be if amforth-shell would do it for me just > like it does with Atmel's register/bit defs. That makes sense. But appl_own.py as the filenname. There should be better ones. Or a more generic approach. I'm not a python expert, but many python directories conta

Re: [Amforth] amforth-shell.py patch proposal

2013-03-04 Thread Enoch
Matthias Trute writes: > Hi Enoch, > >> >> As I promised to generalize crc8.frt (#1) a question was raised how would >> the user configure it to its use, namely, select the generating >> polynomial byte and the needed bit order (#2). >> >> I answered the question through the following amforth-sh

Re: [Amforth] amforth-shell.py patch proposal

2013-03-04 Thread Matthias Trute
Hi Enoch, > > As I promised to generalize crc8.frt (#1) a question was raised how would > the user configure it to its use, namely, select the generating > polynomial byte and the needed bit order (#2). > > I answered the question through the following amforth-shell.py > improvement which introdu

[Amforth] amforth-shell.py patch proposal

2013-03-04 Thread Enoch
Hello Matthias & all: As I promised to generalize crc8.frt (#1) a question was raised how would the user configure it to its use, namely, select the generating polynomial byte and the needed bit order (#2). I answered the question through the following amforth-shell.py improvement which introduce