[Amforth] 1-wire

2013-10-10 Thread vum
> Message: 6 > Date: Thu, 10 Oct 2013 11:16:06 -0700 >From: Michael Picco > Subject: Re: [Amforth] Where to include a file in Atmel >Studio? > To: amforth-devel@lists.sourceforge.net > Message-ID: <5256eee6.4050...@rcstechnology.com> > Content-Type: text/plain; charset=ISO-8859-1 > > > I ins

Re: [Amforth] Marker?

2013-10-10 Thread Michael Picco
Thanks Erich! That wasn't quite clear in the write-up. Having made that change, it's now working. Regards, Michael On 10/10/2013 1:02 PM, Erich Waelde wrote: > Hello, > > On 10/10/2013 09:48 PM, Michael Picco wrote: > > I noticed that the documentation regarding "Un-Doing > > Definitions" is

Re: [Amforth] Marker?

2013-10-10 Thread Erich Waelde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On 10/10/2013 09:48 PM, Michael Picco wrote: > I noticed that the documentation regarding "Un-Doing > Definitions" is in error. > > The two forth source files referred to have different paths: > > The current paths appear to be: > > lib/ans9

[Amforth] Marker?

2013-10-10 Thread Michael Picco
I noticed that the documentation regarding "Un-Doing Definitions" is in error. The two forth source files referred to have different paths: The current paths appear to be: lib/ans94/core/postpone.frt and lib/ans94/core-ext/marker.frt Having said that, when trying to compile 'marker.frt', it te

Re: [Amforth] Where to include a file in Atmel Studio?

2013-10-10 Thread Michael Picco
Perhaps I've figured it out! I inserted the two equates into the project master file and followed that with the include for 1wire.asm. Now the new words 1w.reset and 1w.slot are appearing on my Uno! Now for some 1-wire development! Thanks again! Michael On 10/10/2013 11:00 AM, Michael Picco

Re: [Amforth] Where to include a file in Atmel Studio?

2013-10-10 Thread Michael Picco
Hi Matthias, Thank you for both replies. I'll take another look at the cookbook reference. My final question still remains: at what point in my project template file does 1wire.asm get included? Thanks again! Michael On 10/10/2013 10:57 AM, Matthias Trute wrote: > Hi Michael, > > > Now th

Re: [Amforth] Where to include a file in Atmel Studio?

2013-10-10 Thread Matthias Trute
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Michael, > Now that I have a repeatable process worked out that will yield a > programmed part, I'd like to give the part more functionality. > > For starters, I'd like to add 1-wire capability to the Uno. Just look at the cookbook, there is a r

Re: [Amforth] Warnings using Atmel Studio 6.1

2013-10-10 Thread Matthias Trute
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Michael, > On 10/9/2013 3:01 PM, Michael Picco wrote: >> Hello, >> >> I keep getting the following warning when compiling amforth for >> an Arduino Uno: >> >> "Use of undefined or forward referenced symbol 'XT_NOOP' in >> .equ/.set" The warning p

[Amforth] Where to include a file in Atmel Studio?

2013-10-10 Thread Michael Picco
Now that I have a repeatable process worked out that will yield a programmed part, I'd like to give the part more functionality. For starters, I'd like to add 1-wire capability to the Uno. It appears that I need to modify the 1wire.asm file prior to including it. This seems to include the follo

Re: [Amforth] Warnings using Atmel Studio 6.1

2013-10-10 Thread Michael Picco
Programmed the resulting hex/eep files into the Uno and version 5.1 comes up just fine. Still not sure why the warning came up, but amForth appears to be working as expected. Michael On 10/9/2013 3:01 PM, Michael Picco wrote: > Hello, > > I keep getting the following warning when compiling amfo