[Amforth] From frt to asm

2012-10-27 Thread Enoch
Hi, Is there an automated method to compile frt to asm to skip uploading of debugged words? Uploading hex code from the application is what I do now. Quite ugly IMO. Thanks, Enoch. -- WINDOWS 8 is here. Millions of pe

Re: [Amforth] From frt to asm

2012-10-27 Thread Erich Waelde
Hi, On 10/27/2012 08:06 PM, Enoch wrote: > Is there an automated method to compile frt to asm to skip uploading of > debugged words? Have a look at http://www.forth-ev.de/repos/g4/ This is a gforth program to konvert forth source code to amforth-look-alike assembly. Cheers, Erich --

Re: [Amforth] From frt to asm

2012-10-27 Thread Enoch
Hi, Is there an automated method to compile frt to asm to skip uploading of debugged words? *Downloading* hex code from the application is what I do now. Quite ugly IMO. Thanks, Enoch. -- WINDOWS 8 is here. Millions o

Re: [Amforth] From frt to asm

2012-10-27 Thread Matthias Trute
Hi, > *Downloading* hex code from the application is what I do now. Quite ugly > IMO. Whats wrong with it? It keeps the state of the controller just the same way MARKER does and you can transfer that state to (possibly) a lot of other controllers (of the same type). Matthias --

Re: [Amforth] From frt to asm

2012-10-27 Thread Enoch
Hello Matthias, I believe that downloading code from the application should be a discouraged practice, reasons below. Matthias Trute writes: >> *Downloading* hex code from the application is what I do now. Quite ugly >> IMO. > > Whats wrong with it? It keeps the state of the controller just the

Re: [Amforth] From frt to asm

2012-10-27 Thread Michael Kalus
Hi, if you need any help with g4 just ask me. Michael Am 27.10.2012 um 20:13 schrieb Erich Waelde: > Hi, > > On 10/27/2012 08:06 PM, Enoch wrote: >> Is there an automated method to compile frt to asm to skip >> uploading of >> debugged words? > > Have a look at > http://www.forth-ev.de/repos

Re: [Amforth] From frt to asm

2012-10-27 Thread Matthias Trute
Am 27.10.2012 21:01, schrieb Enoch: > Hello Matthias, > > I believe that downloading code from the application should be > a discouraged practice, reasons below. I disagree. > > Matthias Trute writes: > >>> *Downloading* hex code from the application is what I do now. Quite ugly >>> IMO. >> >

Re: [Amforth] From frt to asm

2012-10-27 Thread Hannu Vuolasaho
> From: mi-ka...@t-online.de > Date: Sat, 27 Oct 2012 21:14:02 +0200 > To: amforth-devel@lists.sourceforge.net > Subject: Re: [Amforth] From frt to asm > > Hi, > > if you need any help with g4 just ask me. I didn't tried (yet) it but looks nice tool to cherry pick words which work. Am I righ

Re: [Amforth] From frt to asm

2012-10-27 Thread Enoch
Matthias Trute writes: > Am 27.10.2012 21:01, schrieb Enoch: >> Hello Matthias, >> >> I believe that downloading code from the application should be >> a discouraged practice, reasons below. > > I disagree. > >> >> Matthias Trute writes: >> *Downloading* hex code from the application is

Re: [Amforth] From frt to asm

2012-10-27 Thread Michael Kalus
Hi Hannu. Am 27.10.2012 um 21:57 schrieb Hannu Vuolasaho: .. > Am I right if I say it doesn't know my own assembler words? You are right. It knows a lot of amforth words which are ANS forth. As g4 is written in gforth adding more simple words is quite easy. Take a look at their syntax in those