Re: [Amforth] inner interpreter operation.

2013-02-08 Thread Matthias Trute
Hi Enoch, > Which doc output do you consider complete. I'm still experimenting. The build process has some quirks as well. In the meantime, just enjoy the results on the webpage (some things do not work locally).. Matthias ---

Re: [Amforth] inner interpreter operation.

2013-02-08 Thread Enoch
Helo Matthias, Which doc output do you consider complete. The two most popular ones fail: make html ~ Theme error: no theme named 'amforth' found (missing theme.conf?) make latexpdf ~ l.1026 \includegraphics{flash-structure.*} Regards, Enoch. P/S above refers to r1355 M

Re: [Amforth] inner interpreter operation.

2013-02-08 Thread Matthias Trute
Hi Wis, > I've been doing hardware and I'm finishing an ATXMEGAxx4U board Keep in mind that the atXmegas are different from the atmegas (without X). amforth currently cannot write to flash, so all stuff that requires it does not work (e.g. the compiler). A simple text interpreter works (somehow)

Re: [Amforth] inner interpreter operation.

2013-02-06 Thread Macomson, Wis
list closed? I don't see how to join it. Regards, -wis -Original Message- From: Matthias Trute [mailto:mtr...@web.de] Sent: Wednesday, February 06, 2013 11:46 AM To: Everything around amforth Subject: Re: [Amforth] inner interpreter operation. Hi Wis, I've got some time to

Re: [Amforth] inner interpreter operation.

2013-02-06 Thread Matthias Trute
Hi Wis, I've got some time to work on the docs. The webpage got a small update as well. To answer your questions (Michael did answer most of them, but he seemed to be unsure himself ;) I'll try to do it myself. First you may want to read the http://www.bradrodriguez.com/papers/moving1.htm page an

Re: [Amforth] inner interpreter operation.

2013-02-04 Thread Macomson, Wis
round amforth Subject: Re: [Amforth] inner interpreter operation. Hi Wis. Since Matthias is bussy, maybe I can help out. Am 31.01.2013 um 21:37 schrieb Macomson, Wis: > I'm new to this and I'm trying to understand the amForth inner > interpreter. There are a couple of clarifica

Re: [Amforth] inner interpreter operation.

2013-02-02 Thread Michael Kalus
Hi Wis. Since Matthias is bussy, maybe I can help out. Am 31.01.2013 um 21:37 schrieb Macomson, Wis: > I'm new to this and I'm trying to understand the amForth inner > interpreter. There are a couple of clarifications in the "amforth > Documentation, Release 5.1-wip,January 26, 2013" that wo

Re: [Amforth] inner interpreter operation.

2013-02-01 Thread Matthias Trute
Hi Wis, > I'm new to this and I'm trying to understand the amForth inner > interpreter. There are a couple of clarifications in the "amforth > Documentation, Release 5.1-wip,January 26, 2013" that would help a > lot. Unfortunately I'm currently busy with other things, so please dont hold your bre

[Amforth] inner interpreter operation.

2013-01-31 Thread Macomson, Wis
I'm new to this and I'm trying to understand the amForth inner interpreter. There are a couple of clarifications in the "amforth Documentation, Release 5.1-wip,January 26, 2013" that would help a lot. To wit: (p. 9) EXECUTE Q: When is EXECUTE, um, executed? I'm not clear on what this is used